Html Css Color HEX #C209B9 Deep Magenta

📋 copy color: '#C209B9'

red 194 ◦ green 9 ◦ blue 185

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

Shades of Deep Magenta #C209B9

Tints of Deep Magenta #C209B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 47.68%

R = 50%
G = 2.32%
B = 47.68%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C209B9 (or 0xC209B9) is known color: Deep Magenta. HEX triplet: C2, 09 and B9. RGB value is (194,9,185). Sum of RGB (Red+Green+Blue) = 194+9+185=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 9 (3.91% from 255 or 2.32% from 388); Blue value is 185 (72.66% from 255 or 47.68% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C209B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C209B9 is #3DF646. Grayscale: #535353. Windows color (decimal): -4060743 or 12126658. OLE color: 12126658.

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

Color convert

RGB 194 9 185 -
CMYK 0 0.95 0.05 0.24
HSL 302.92º 0.91% 0.4% -
HSV(B) 302.92º 0.95% 0.76% -
XYZ 31.1 15.17 47.19 -
YUV 84.38 184.79 206.19 -
System Red Green Blue C M Y K H S L
Decimal 194 9 185 0 0.95 0.05 0.24 302.92 0.91 0.4
Hex C2 9 B9 0 5F 5 18 12F 5B 28
Octal 302 11 271 0 137 5 30 457 133 50
Binary 11000010 1001 10111001 0 1011111 101 11000 100101111 1011011 101000

Color Harmonies of #C209B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C209B9

Black with #C209B9

Text Example


Text Example

White with #C209B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C209B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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