Shades of Deep Magenta #C202BB
Tints of Deep Magenta #C202BB
RGB
CMYK
RGB Variations
Color information
#C202BB (or 0xC202BB) is known color: Deep Magenta. HEX triplet: C2, 02 and BB. RGB value is (194,2,187). Sum of RGB (Red+Green+Blue) = 194+2+187=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 2 (1.17% from 255 or 0.52% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C202BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C202BB is #3DFD44. Grayscale: #4F4F4F. Windows color (decimal): -4062533 or 12255938. OLE color: 12255938.
HSL color Cylindrical-coordinate representation of color #C202BB: hue angle of 302.19º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C202BB is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 2 | 187 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.24 |
| HSL | 302.19º | 0.98% | 0.38% | - |
| HSV(B) | 302.19º | 0.99% | 0.76% | - |
| XYZ | 31.24 | 15.1 | 48.28 | - |
| YUV | 80.5 | 188.11 | 208.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 187 | 0 | 0.99 | 0.04 | 0.24 | 302.19 | 0.98 | 0.38 |
| Hex | C2 | 2 | BB | 0 | 63 | 4 | 18 | 12E | 62 | 26 |
| Octal | 302 | 2 | 273 | 0 | 143 | 4 | 30 | 456 | 142 | 46 |
| Binary | 11000010 | 10 | 10111011 | 0 | 1100011 | 100 | 11000 | 100101110 | 1100010 | 100110 |
Color Harmonies of #C202BB
Complementary color
Monochromatic Colors of #C202BB
Black with #C202BB
Text Example
Text Example
White with #C202BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C202BB; }
p { color: rgb(194,2,187); }
H1.HeaderClassName
{
color: #C202BB;
}
.AnyTagClassName
{
color: #C202BB;
}
</style>
background-color css
<style>
a { background-color: #C202BB; }
a { background-color: rgb(194,2,187); }
div.DivClassName
{
background-color: #C202BB;
}
.BgClassName
{
background-color: #C202BB;
}
</style>
border-color css
<style>
span { border-color: #C202BB; }
span { border-color: rgb(194,2,187); }
td.TdClassName
{
border-color: #C202BB;
}
.TagClassName
{
border-color: #C202BB;
}
</style>