Html Css Color HEX #C209AD Deep Magenta

📋 copy color: '#C209AD'

red 194 ◦ green 9 ◦ blue 173

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

Shades of Deep Magenta #C209AD

Tints of Deep Magenta #C209AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 46.01%

R = 51.6%
G = 2.39%
B = 46.01%

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

#C209AD (or 0xC209AD) is known color: Deep Magenta. HEX triplet: C2, 09 and AD. RGB value is (194,9,173). Sum of RGB (Red+Green+Blue) = 194+9+173=376 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.60% from 376); Green value is 9 (3.91% from 255 or 2.39% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 194 - color contains mainly: red. Hex color #C209AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C209AD is #3DF652. Grayscale: #525252. Windows color (decimal): -4060755 or 11340226. OLE color: 11340226.

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

Color convert

RGB 194 9 173 -
CMYK 0 0.95 0.11 0.24
HSL 306.81º 0.91% 0.4% -
HSV(B) 306.81º 0.95% 0.76% -
XYZ 29.89 14.68 40.79 -
YUV 83.01 178.79 207.16 -
System Red Green Blue C M Y K H S L
Decimal 194 9 173 0 0.95 0.11 0.24 306.81 0.91 0.4
Hex C2 9 AD 0 5F B 18 133 5B 28
Octal 302 11 255 0 137 13 30 463 133 50
Binary 11000010 1001 10101101 0 1011111 1011 11000 100110011 1011011 101000

Color Harmonies of #C209AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C209AD

Black with #C209AD

Text Example


Text Example

White with #C209AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C209AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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