Shades of Deep Magenta #C202BF
Tints of Deep Magenta #C202BF
RGB
CMYK
RGB Variations
Color information
#C202BF (or 0xC202BF) is known color: Deep Magenta. HEX triplet: C2, 02 and BF. RGB value is (194,2,191). Sum of RGB (Red+Green+Blue) = 194+2+191=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 2 (1.17% from 255 or 0.52% from 387); Blue value is 191 (75% from 255 or 49.35% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C202BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C202BF is #3DFD40. Grayscale: #505050. Windows color (decimal): -4062529 or 12518082. OLE color: 12518082.
HSL color Cylindrical-coordinate representation of color #C202BF: hue angle of 300.94º 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 #C202BF is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 2 | 191 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.24 |
| HSL | 300.94º | 0.98% | 0.38% | - |
| HSV(B) | 300.94º | 0.99% | 0.76% | - |
| XYZ | 31.67 | 15.27 | 50.57 | - |
| YUV | 80.95 | 190.11 | 208.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 191 | 0 | 0.99 | 0.02 | 0.24 | 300.94 | 0.98 | 0.38 |
| Hex | C2 | 2 | BF | 0 | 63 | 2 | 18 | 12D | 62 | 26 |
| Octal | 302 | 2 | 277 | 0 | 143 | 2 | 30 | 455 | 142 | 46 |
| Binary | 11000010 | 10 | 10111111 | 0 | 1100011 | 10 | 11000 | 100101101 | 1100010 | 100110 |
Color Harmonies of #C202BF
Complementary color
Monochromatic Colors of #C202BF
Black with #C202BF
Text Example
Text Example
White with #C202BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C202BF; }
p { color: rgb(194,2,191); }
H1.HeaderClassName
{
color: #C202BF;
}
.AnyTagClassName
{
color: #C202BF;
}
</style>
background-color css
<style>
a { background-color: #C202BF; }
a { background-color: rgb(194,2,191); }
div.DivClassName
{
background-color: #C202BF;
}
.BgClassName
{
background-color: #C202BF;
}
</style>
border-color css
<style>
span { border-color: #C202BF; }
span { border-color: rgb(194,2,191); }
td.TdClassName
{
border-color: #C202BF;
}
.TagClassName
{
border-color: #C202BF;
}
</style>