Html Css Color HEX #C90CD2 Deep Magenta

📋 copy color: '#C90CD2'

red 201 ◦ green 12 ◦ blue 210

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

Shades of Deep Magenta #C90CD2

Tints of Deep Magenta #C90CD2

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.84%

 BLUE value IS 210 (82.42% from 255) = 49.65%

R = 47.52%
G = 2.84%
B = 49.65%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C90CD2 (or 0xC90CD2) is known color: Deep Magenta. HEX triplet: C9, 0C and D2. RGB value is (201,12,210). Sum of RGB (Red+Green+Blue) = 201+12+210=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 12 (5.08% from 255 or 2.84% from 423); Blue value is 210 (82.42% from 255 or 49.65% from 423); Max value from RGB is 210 - color contains mainly: blue. Hex color #C90CD2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90CD2 is #36F32D. Grayscale: #5A5A5A. Windows color (decimal): -3601198 or 13765833. OLE color: 13765833.

HSL color Cylindrical-coordinate representation of color #C90CD2: hue angle of 297.27º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C90CD2 is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 12 210 -
CMYK 0.04 0.94 0 0.18
HSL 297.27º 0.89% 0.44% -
HSV(B) 297.27º 0.94% 0.82% -
XYZ 35.85 17.33 62.43 -
YUV 91.08 195.12 206.4 -
System Red Green Blue C M Y K H S L
Decimal 201 12 210 0.04 0.94 0 0.18 297.27 0.89 0.44
Hex C9 C D2 4 5E 0 12 129 59 2C
Octal 311 14 322 4 136 0 22 451 131 54
Binary 11001001 1100 11010010 100 1011110 0 10010 100101001 1011001 101100

Color Harmonies of #C90CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90CD2

Black with #C90CD2

Text Example


Text Example

White with #C90CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90CD2; }

 p { color: rgb(201,12,210); }

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

background-color css

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

 a { background-color: rgb(201,12,210); }

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

border-color css

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

 span { border-color: rgb(201,12,210); }

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