Html Css Color HEX #C000C9 Deep Magenta

📋 copy color: '#C000C9'

red 192 ◦ green 0 ◦ blue 201

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

Shades of Deep Magenta #C000C9

Tints of Deep Magenta #C000C9

RGB

 RED value IS 192 (75.39% from 255) = 48.85%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 201 (78.91% from 255) = 51.15%

R = 48.85%
G = 0%
B = 51.15%

CMYK

 C value IS 0.04

 M value IS 1

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C000C9 (or 0xC000C9) is known color: Deep Magenta. HEX triplet: C0, 00 and C9. RGB value is (192,0,201). Sum of RGB (Red+Green+Blue) = 192+0+201=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 0 (0.39% from 255 or 0% from 393); Blue value is 201 (78.91% from 255 or 51.15% from 393); Max value from RGB is 201 - color contains mainly: blue. Hex color #C000C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C000C9 is #3FFF36. Grayscale: #4F4F4F. Windows color (decimal): -4194103 or 13172928. OLE color: 13172928.

HSL color Cylindrical-coordinate representation of color #C000C9: hue angle of 297.31º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C000C9 is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 192 0 201 -
CMYK 0.04 1 0 0.21
HSL 297.31º 1% 0.39% -
HSV(B) 297.31º 1% 0.79% -
XYZ 32.28 15.42 56.53 -
YUV 80.32 196.11 207.66 -
System Red Green Blue C M Y K H S L
Decimal 192 0 201 0.04 1 0 0.21 297.31 1 0.39
Hex C0 0 C9 4 64 0 15 129 64 27
Octal 300 0 311 4 144 0 25 451 144 47
Binary 11000000 0 11001001 100 1100100 0 10101 100101001 1100100 100111

Color Harmonies of #C000C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C000C9

Black with #C000C9

Text Example


Text Example

White with #C000C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C000C9; }

 p { color: rgb(192,0,201); }

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

background-color css

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

 a { background-color: rgb(192,0,201); }

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

border-color css

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

 span { border-color: rgb(192,0,201); }

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