Html Css Color HEX #C209AA Deep Magenta

📋 copy color: '#C209AA'

red 194 ◦ green 9 ◦ blue 170

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

Shades of Deep Magenta #C209AA

Tints of Deep Magenta #C209AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 45.58%

R = 52.01%
G = 2.41%
B = 45.58%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C209AA (or 0xC209AA) is known color: Deep Magenta. HEX triplet: C2, 09 and AA. RGB value is (194,9,170). Sum of RGB (Red+Green+Blue) = 194+9+170=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 9 (3.91% from 255 or 2.41% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C209AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C209AA is #3DF655. Grayscale: #525252. Windows color (decimal): -4060758 or 11143618. OLE color: 11143618.

HSL color Cylindrical-coordinate representation of color #C209AA: hue angle of 307.78º 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 #C209AA is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 9 170 -
CMYK 0 0.95 0.12 0.24
HSL 307.78º 0.91% 0.4% -
HSV(B) 307.78º 0.95% 0.76% -
XYZ 29.6 14.57 39.28 -
YUV 82.67 177.29 207.41 -
System Red Green Blue C M Y K H S L
Decimal 194 9 170 0 0.95 0.12 0.24 307.78 0.91 0.4
Hex C2 9 AA 0 5F C 18 134 5B 28
Octal 302 11 252 0 137 14 30 464 133 50
Binary 11000010 1001 10101010 0 1011111 1100 11000 100110100 1011011 101000

Color Harmonies of #C209AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C209AA

Black with #C209AA

Text Example


Text Example

White with #C209AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C209AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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