Html Css Color HEX #C009CA Deep Magenta

📋 copy color: '#C009CA'

red 192 ◦ green 9 ◦ blue 202

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

Shades of Deep Magenta #C009CA

Tints of Deep Magenta #C009CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50.12%

R = 47.64%
G = 2.23%
B = 50.12%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C009CA (or 0xC009CA) is known color: Deep Magenta. HEX triplet: C0, 09 and CA. RGB value is (192,9,202). Sum of RGB (Red+Green+Blue) = 192+9+202=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 9 (3.91% from 255 or 2.23% from 403); Blue value is 202 (79.30% from 255 or 50.12% from 403); Max value from RGB is 202 - color contains mainly: blue. Hex color #C009CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C009CA is #3FF635. Grayscale: #555555. Windows color (decimal): -4191798 or 13240768. OLE color: 13240768.

HSL color Cylindrical-coordinate representation of color #C009CA: hue angle of 296.89º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C009CA is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 192 9 202 -
CMYK 0.05 0.96 0 0.21
HSL 296.89º 0.91% 0.41% -
HSV(B) 296.89º 0.96% 0.79% -
XYZ 32.5 15.67 57.19 -
YUV 85.72 193.63 203.81 -
System Red Green Blue C M Y K H S L
Decimal 192 9 202 0.05 0.96 0 0.21 296.89 0.91 0.41
Hex C0 9 CA 5 60 0 15 129 5B 29
Octal 300 11 312 5 140 0 25 451 133 51
Binary 11000000 1001 11001010 101 1100000 0 10101 100101001 1011011 101001

Color Harmonies of #C009CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C009CA

Black with #C009CA

Text Example


Text Example

White with #C009CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C009CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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