Shades of Deep Magenta #C209B2
Tints of Deep Magenta #C209B2
RGB
CMYK
RGB Variations
Color information
#C209B2 (or 0xC209B2) is known color: Deep Magenta. HEX triplet: C2, 09 and B2. RGB value is (194,9,178). Sum of RGB (Red+Green+Blue) = 194+9+178=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 9 (3.91% from 255 or 2.36% from 381); Blue value is 178 (69.92% from 255 or 46.72% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C209B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C209B2 is #3DF64D. Grayscale: #535353. Windows color (decimal): -4060750 or 11667906. OLE color: 11667906.
HSL color Cylindrical-coordinate representation of color #C209B2: hue angle of 305.19º 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 #C209B2 is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 9 | 178 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.24 |
| HSL | 305.19º | 0.91% | 0.4% | - |
| HSV(B) | 305.19º | 0.95% | 0.76% | - |
| XYZ | 30.38 | 14.88 | 43.39 | - |
| YUV | 83.58 | 181.29 | 206.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 9 | 178 | 0 | 0.95 | 0.08 | 0.24 | 305.19 | 0.91 | 0.4 |
| Hex | C2 | 9 | B2 | 0 | 5F | 8 | 18 | 131 | 5B | 28 |
| Octal | 302 | 11 | 262 | 0 | 137 | 10 | 30 | 461 | 133 | 50 |
| Binary | 11000010 | 1001 | 10110010 | 0 | 1011111 | 1000 | 11000 | 100110001 | 1011011 | 101000 |
Color Harmonies of #C209B2
Complementary color
Monochromatic Colors of #C209B2
Black with #C209B2
Text Example
Text Example
White with #C209B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C209B2; }
p { color: rgb(194,9,178); }
H1.HeaderClassName
{
color: #C209B2;
}
.AnyTagClassName
{
color: #C209B2;
}
</style>
background-color css
<style>
a { background-color: #C209B2; }
a { background-color: rgb(194,9,178); }
div.DivClassName
{
background-color: #C209B2;
}
.BgClassName
{
background-color: #C209B2;
}
</style>
border-color css
<style>
span { border-color: #C209B2; }
span { border-color: rgb(194,9,178); }
td.TdClassName
{
border-color: #C209B2;
}
.TagClassName
{
border-color: #C209B2;
}
</style>