Html Css Color HEX #C90CCE Deep Magenta

📋 copy color: '#C90CCE'

red 201 ◦ green 12 ◦ blue 206

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

Shades of Deep Magenta #C90CCE

Tints of Deep Magenta #C90CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.16%

R = 47.97%
G = 2.86%
B = 49.16%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C90CCE (or 0xC90CCE) is known color: Deep Magenta. HEX triplet: C9, 0C and CE. RGB value is (201,12,206). Sum of RGB (Red+Green+Blue) = 201+12+206=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 12 (5.08% from 255 or 2.86% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #C90CCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90CCE is #36F331. Grayscale: #5A5A5A. Windows color (decimal): -3601202 or 13503689. OLE color: 13503689.

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

Color convert

RGB 201 12 206 -
CMYK 0.02 0.94 0 0.19
HSL 298.45º 0.89% 0.43% -
HSV(B) 298.45º 0.94% 0.81% -
XYZ 35.36 17.14 59.84 -
YUV 90.63 193.12 206.73 -
System Red Green Blue C M Y K H S L
Decimal 201 12 206 0.02 0.94 0 0.19 298.45 0.89 0.43
Hex C9 C CE 2 5E 0 13 12A 59 2B
Octal 311 14 316 2 136 0 23 452 131 53
Binary 11001001 1100 11001110 10 1011110 0 10011 100101010 1011001 101011

Color Harmonies of #C90CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90CCE

Black with #C90CCE

Text Example


Text Example

White with #C90CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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