Html Css Color HEX #C009CB Deep Magenta

📋 copy color: '#C009CB'

red 192 ◦ green 9 ◦ blue 203

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

Shades of Deep Magenta #C009CB

Tints of Deep Magenta #C009CB

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.23%

 BLUE value IS 203 (79.69% from 255) = 50.25%

R = 47.52%
G = 2.23%
B = 50.25%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C009CB (or 0xC009CB) is known color: Deep Magenta. HEX triplet: C0, 09 and CB. RGB value is (192,9,203). Sum of RGB (Red+Green+Blue) = 192+9+203=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 9 (3.91% from 255 or 2.23% from 404); Blue value is 203 (79.69% from 255 or 50.25% from 404); Max value from RGB is 203 - color contains mainly: blue. Hex color #C009CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C009CB is #3FF634. Grayscale: #555555. Windows color (decimal): -4191797 or 13306304. OLE color: 13306304.

HSL color Cylindrical-coordinate representation of color #C009CB: hue angle of 296.6º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C009CB is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 9 203 -
CMYK 0.05 0.96 0 0.20
HSL 296.6º 0.92% 0.42% -
HSV(B) 296.6º 0.96% 0.8% -
XYZ 32.62 15.71 57.81 -
YUV 85.83 194.13 203.73 -
System Red Green Blue C M Y K H S L
Decimal 192 9 203 0.05 0.96 0 0.20 296.6 0.92 0.42
Hex C0 9 CB 5 60 0 14 129 5C 2A
Octal 300 11 313 5 140 0 24 451 134 52
Binary 11000000 1001 11001011 101 1100000 0 10100 100101001 1011100 101010

Color Harmonies of #C009CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C009CB

Black with #C009CB

Text Example


Text Example

White with #C009CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C009CB; }

 p { color: rgb(192,9,203); }

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

background-color css

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

 a { background-color: rgb(192,9,203); }

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

border-color css

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

 span { border-color: rgb(192,9,203); }

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