Shades of Deep Magenta #C202BE
Tints of Deep Magenta #C202BE
RGB
CMYK
RGB Variations
Color information
#C202BE (or 0xC202BE) is known color: Deep Magenta. HEX triplet: C2, 02 and BE. RGB value is (194,2,190). Sum of RGB (Red+Green+Blue) = 194+2+190=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 2 (1.17% from 255 or 0.52% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C202BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C202BE is #3DFD41. Grayscale: #505050. Windows color (decimal): -4062530 or 12452546. OLE color: 12452546.
HSL color Cylindrical-coordinate representation of color #C202BE: hue angle of 301.25º 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 #C202BE is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 2 | 190 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.24 |
| HSL | 301.25º | 0.98% | 0.38% | - |
| HSV(B) | 301.25º | 0.99% | 0.76% | - |
| XYZ | 31.56 | 15.23 | 49.99 | - |
| YUV | 80.84 | 189.61 | 208.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 190 | 0 | 0.99 | 0.02 | 0.24 | 301.25 | 0.98 | 0.38 |
| Hex | C2 | 2 | BE | 0 | 63 | 2 | 18 | 12D | 62 | 26 |
| Octal | 302 | 2 | 276 | 0 | 143 | 2 | 30 | 455 | 142 | 46 |
| Binary | 11000010 | 10 | 10111110 | 0 | 1100011 | 10 | 11000 | 100101101 | 1100010 | 100110 |
Color Harmonies of #C202BE
Complementary color
Monochromatic Colors of #C202BE
Black with #C202BE
Text Example
Text Example
White with #C202BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C202BE; }
p { color: rgb(194,2,190); }
H1.HeaderClassName
{
color: #C202BE;
}
.AnyTagClassName
{
color: #C202BE;
}
</style>
background-color css
<style>
a { background-color: #C202BE; }
a { background-color: rgb(194,2,190); }
div.DivClassName
{
background-color: #C202BE;
}
.BgClassName
{
background-color: #C202BE;
}
</style>
border-color css
<style>
span { border-color: #C202BE; }
span { border-color: rgb(194,2,190); }
td.TdClassName
{
border-color: #C202BE;
}
.TagClassName
{
border-color: #C202BE;
}
</style>