Html Css Color HEX #C009CF Deep Magenta

📋 copy color: '#C009CF'

red 192 ◦ green 9 ◦ blue 207

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

Shades of Deep Magenta #C009CF

Tints of Deep Magenta #C009CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.74%

R = 47.06%
G = 2.21%
B = 50.74%

CMYK

 C value IS 0.07

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C009CF (or 0xC009CF) is known color: Deep Magenta. HEX triplet: C0, 09 and CF. RGB value is (192,9,207). Sum of RGB (Red+Green+Blue) = 192+9+207=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 9 (3.91% from 255 or 2.21% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #C009CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C009CF is #3FF630. Grayscale: #555555. Windows color (decimal): -4191793 or 13568448. OLE color: 13568448.

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

Color convert

RGB 192 9 207 -
CMYK 0.07 0.96 0 0.19
HSL 295.45º 0.92% 0.42% -
HSV(B) 295.45º 0.96% 0.81% -
XYZ 33.1 15.91 60.36 -
YUV 86.29 196.13 203.4 -
System Red Green Blue C M Y K H S L
Decimal 192 9 207 0.07 0.96 0 0.19 295.45 0.92 0.42
Hex C0 9 CF 7 60 0 13 127 5C 2A
Octal 300 11 317 7 140 0 23 447 134 52
Binary 11000000 1001 11001111 111 1100000 0 10011 100100111 1011100 101010

Color Harmonies of #C009CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C009CF

Black with #C009CF

Text Example


Text Example

White with #C009CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C009CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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