Html Css Color HEX #C209AF Deep Magenta

📋 copy color: '#C209AF'

red 194 ◦ green 9 ◦ blue 175

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

Shades of Deep Magenta #C209AF

Tints of Deep Magenta #C209AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.3%

R = 51.32%
G = 2.38%
B = 46.3%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C209AF (or 0xC209AF) is known color: Deep Magenta. HEX triplet: C2, 09 and AF. RGB value is (194,9,175). Sum of RGB (Red+Green+Blue) = 194+9+175=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 9 (3.91% from 255 or 2.38% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C209AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C209AF is #3DF650. Grayscale: #525252. Windows color (decimal): -4060753 or 11471298. OLE color: 11471298.

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

Color convert

RGB 194 9 175 -
CMYK 0 0.95 0.10 0.24
HSL 306.16º 0.91% 0.4% -
HSV(B) 306.16º 0.95% 0.76% -
XYZ 30.08 14.76 41.82 -
YUV 83.24 179.79 207 -
System Red Green Blue C M Y K H S L
Decimal 194 9 175 0 0.95 0.10 0.24 306.16 0.91 0.4
Hex C2 9 AF 0 5F A 18 132 5B 28
Octal 302 11 257 0 137 12 30 462 133 50
Binary 11000010 1001 10101111 0 1011111 1010 11000 100110010 1011011 101000

Color Harmonies of #C209AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C209AF

Black with #C209AF

Text Example


Text Example

White with #C209AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C209AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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