Html Css Color HEX #C209DC Deep Magenta

📋 copy color: '#C209DC'

red 194 ◦ green 9 ◦ blue 220

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

Shades of Deep Magenta #C209DC

Tints of Deep Magenta #C209DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.01%

R = 45.86%
G = 2.13%
B = 52.01%

CMYK

 C value IS 0.12

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C209DC (or 0xC209DC) is known color: Deep Magenta. HEX triplet: C2, 09 and DC. RGB value is (194,9,220). Sum of RGB (Red+Green+Blue) = 194+9+220=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 9 (3.91% from 255 or 2.13% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #C209DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C209DC is #3DF623. Grayscale: #575757. Windows color (decimal): -4060708 or 14420418. OLE color: 14420418.

HSL color Cylindrical-coordinate representation of color #C209DC: hue angle of 292.61º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C209DC is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 9 220 -
CMYK 0.12 0.96 0 0.14
HSL 292.61º 0.92% 0.45% -
HSV(B) 292.61º 0.96% 0.86% -
XYZ 35.26 16.83 69.1 -
YUV 88.37 202.29 203.34 -
System Red Green Blue C M Y K H S L
Decimal 194 9 220 0.12 0.96 0 0.14 292.61 0.92 0.45
Hex C2 9 DC C 60 0 E 125 5C 2D
Octal 302 11 334 14 140 0 16 445 134 55
Binary 11000010 1001 11011100 1100 1100000 0 1110 100100101 1011100 101101

Color Harmonies of #C209DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C209DC

Black with #C209DC

Text Example


Text Example

White with #C209DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C209DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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