Html Css Color HEX #C209CC Deep Magenta

📋 copy color: '#C209CC'

red 194 ◦ green 9 ◦ blue 204

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

Shades of Deep Magenta #C209CC

Tints of Deep Magenta #C209CC

RGB

 RED value IS 194 (76.17% from 255) = 47.67%

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

 BLUE value IS 204 (80.08% from 255) = 50.12%

R = 47.67%
G = 2.21%
B = 50.12%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C209CC (or 0xC209CC) is known color: Deep Magenta. HEX triplet: C2, 09 and CC. RGB value is (194,9,204). Sum of RGB (Red+Green+Blue) = 194+9+204=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 9 (3.91% from 255 or 2.21% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #C209CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C209CC is #3DF633. Grayscale: #555555. Windows color (decimal): -4060724 or 13371842. OLE color: 13371842.

HSL color Cylindrical-coordinate representation of color #C209CC: hue angle of 296.92º 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 #C209CC is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 194 9 204 -
CMYK 0.05 0.96 0 0.2
HSL 296.92º 0.92% 0.42% -
HSV(B) 296.92º 0.96% 0.8% -
XYZ 33.24 16.02 58.47 -
YUV 86.55 194.29 204.64 -
System Red Green Blue C M Y K H S L
Decimal 194 9 204 0.05 0.96 0 0.2 296.92 0.92 0.42
Hex C2 9 CC 5 60 0 14 129 5C 2A
Octal 302 11 314 5 140 0 24 451 134 52
Binary 11000010 1001 11001100 101 1100000 0 10100 100101001 1011100 101010

Color Harmonies of #C209CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C209CC

Black with #C209CC

Text Example


Text Example

White with #C209CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C209CC; }

 p { color: rgb(194,9,204); }

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

background-color css

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

 a { background-color: rgb(194,9,204); }

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

border-color css

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

 span { border-color: rgb(194,9,204); }

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