Html Css Color HEX #C90BCF Deep Magenta

📋 copy color: '#C90BCF'

red 201 ◦ green 11 ◦ blue 207

#C90BCF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #C90BCF

Tints of Deep Magenta #C90BCF

RGB

 RED value IS 201 (78.91% from 255) = 47.97%

 GREEN value IS 11 (4.69% from 255) = 2.63%

 BLUE value IS 207 (81.25% from 255) = 49.4%

R = 47.97%
G = 2.63%
B = 49.4%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C90BCF (or 0xC90BCF) is known color: Deep Magenta. HEX triplet: C9, 0B and CF. RGB value is (201,11,207). Sum of RGB (Red+Green+Blue) = 201+11+207=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 11 (4.69% from 255 or 2.63% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #C90BCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90BCF is #36F430. Grayscale: #595959. Windows color (decimal): -3601457 or 13568969. OLE color: 13568969.

HSL color Cylindrical-coordinate representation of color #C90BCF: hue angle of 298.16º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C90BCF is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 11 207 -
CMYK 0.03 0.95 0 0.19
HSL 298.16º 0.9% 0.43% -
HSV(B) 298.16º 0.95% 0.81% -
XYZ 35.47 17.16 60.47 -
YUV 90.15 193.95 207.06 -
System Red Green Blue C M Y K H S L
Decimal 201 11 207 0.03 0.95 0 0.19 298.16 0.9 0.43
Hex C9 B CF 3 5F 0 13 12A 5A 2B
Octal 311 13 317 3 137 0 23 452 132 53
Binary 11001001 1011 11001111 11 1011111 0 10011 100101010 1011010 101011

Color Harmonies of #C90BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90BCF

Black with #C90BCF

Text Example


Text Example

White with #C90BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90BCF; }

 p { color: rgb(201,11,207); }

 H1.HeaderClassName
 {
   color: #C90BCF;
 }
 .AnyTagClassName
 {
   color: #C90BCF;
 }
</style>

background-color css

<style>
 a { background-color: #C90BCF; }

 a { background-color: rgb(201,11,207); }

 div.DivClassName
 {
   background-color: #C90BCF;
 }
 .BgClassName
 {
   background-color: #C90BCF;
 }
</style>

border-color css

<style>
 span { border-color: #C90BCF; }

 span { border-color: rgb(201,11,207); }

 td.TdClassName
 {
   border-color: #C90BCF;
 }
 .TagClassName
 {
   border-color: #C90BCF;
 }
</style>