Html Css Color HEX #C209AC Deep Magenta

📋 copy color: '#C209AC'

red 194 ◦ green 9 ◦ blue 172

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

Shades of Deep Magenta #C209AC

Tints of Deep Magenta #C209AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.87%

R = 51.73%
G = 2.4%
B = 45.87%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C209AC (or 0xC209AC) is known color: Deep Magenta. HEX triplet: C2, 09 and AC. RGB value is (194,9,172). Sum of RGB (Red+Green+Blue) = 194+9+172=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 9 (3.91% from 255 or 2.4% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C209AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C209AC is #3DF653. Grayscale: #525252. Windows color (decimal): -4060756 or 11274690. OLE color: 11274690.

HSL color Cylindrical-coordinate representation of color #C209AC: hue angle of 307.14º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C209AC is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 9 172 -
CMYK 0 0.95 0.11 0.24
HSL 307.14º 0.91% 0.4% -
HSV(B) 307.14º 0.95% 0.76% -
XYZ 29.79 14.64 40.29 -
YUV 82.9 178.29 207.25 -
System Red Green Blue C M Y K H S L
Decimal 194 9 172 0 0.95 0.11 0.24 307.14 0.91 0.4
Hex C2 9 AC 0 5F B 18 133 5B 28
Octal 302 11 254 0 137 13 30 463 133 50
Binary 11000010 1001 10101100 0 1011111 1011 11000 100110011 1011011 101000

Color Harmonies of #C209AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C209AC

Black with #C209AC

Text Example


Text Example

White with #C209AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C209AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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