Html Css Color HEX #C209B5 Deep Magenta

📋 copy color: '#C209B5'

red 194 ◦ green 9 ◦ blue 181

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

Shades of Deep Magenta #C209B5

Tints of Deep Magenta #C209B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 47.14%

R = 50.52%
G = 2.34%
B = 47.14%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C209B5 (or 0xC209B5) is known color: Deep Magenta. HEX triplet: C2, 09 and B5. RGB value is (194,9,181). Sum of RGB (Red+Green+Blue) = 194+9+181=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 9 (3.91% from 255 or 2.34% from 384); Blue value is 181 (71.09% from 255 or 47.14% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C209B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C209B5 is #3DF64A. Grayscale: #535353. Windows color (decimal): -4060747 or 11864514. OLE color: 11864514.

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

Color convert

RGB 194 9 181 -
CMYK 0 0.95 0.07 0.24
HSL 304.22º 0.91% 0.4% -
HSV(B) 304.22º 0.95% 0.76% -
XYZ 30.69 15 44.99 -
YUV 83.92 182.79 206.51 -
System Red Green Blue C M Y K H S L
Decimal 194 9 181 0 0.95 0.07 0.24 304.22 0.91 0.4
Hex C2 9 B5 0 5F 7 18 130 5B 28
Octal 302 11 265 0 137 7 30 460 133 50
Binary 11000010 1001 10110101 0 1011111 111 11000 100110000 1011011 101000

Color Harmonies of #C209B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C209B5

Black with #C209B5

Text Example


Text Example

White with #C209B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C209B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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