Html Css Color HEX #C90CC6 Deep Magenta

📋 copy color: '#C90CC6'

red 201 ◦ green 12 ◦ blue 198

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

Shades of Deep Magenta #C90CC6

Tints of Deep Magenta #C90CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 48.18%

R = 48.91%
G = 2.92%
B = 48.18%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#C90CC6 (or 0xC90CC6) is known color: Deep Magenta. HEX triplet: C9, 0C and C6. RGB value is (201,12,198). Sum of RGB (Red+Green+Blue) = 201+12+198=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 12 (5.08% from 255 or 2.92% from 411); Blue value is 198 (77.73% from 255 or 48.18% from 411); Max value from RGB is 201 - color contains mainly: red. Hex color #C90CC6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90CC6 is #36F339. Grayscale: #595959. Windows color (decimal): -3601210 or 12979401. OLE color: 12979401.

HSL color Cylindrical-coordinate representation of color #C90CC6: hue angle of 300.95º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C90CC6 is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 12 198 -
CMYK 0 0.94 0.01 0.21
HSL 300.95º 0.89% 0.42% -
HSV(B) 300.95º 0.94% 0.79% -
XYZ 34.41 16.76 54.85 -
YUV 89.72 189.12 207.38 -
System Red Green Blue C M Y K H S L
Decimal 201 12 198 0 0.94 0.01 0.21 300.95 0.89 0.42
Hex C9 C C6 0 5E 1 15 12D 59 2A
Octal 311 14 306 0 136 1 25 455 131 52
Binary 11001001 1100 11000110 0 1011110 1 10101 100101101 1011001 101010

Color Harmonies of #C90CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90CC6

Black with #C90CC6

Text Example


Text Example

White with #C90CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90CC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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