Shades of Deep Magenta #C002CF
Tints of Deep Magenta #C002CF
RGB
CMYK
RGB Variations
Color information
#C002CF (or 0xC002CF) is known color: Deep Magenta. HEX triplet: C0, 02 and CF. RGB value is (192,2,207). Sum of RGB (Red+Green+Blue) = 192+2+207=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 2 (1.17% from 255 or 0.50% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #C002CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C002CF is #3FFD30. Grayscale: #515151. Windows color (decimal): -4193585 or 13566656. OLE color: 13566656.
HSL color Cylindrical-coordinate representation of color #C002CF: hue angle of 295.61º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C002CF is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 2 | 207 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.19 |
| HSL | 295.61º | 0.98% | 0.41% | - |
| HSV(B) | 295.61º | 0.99% | 0.81% | - |
| XYZ | 33.02 | 15.75 | 60.33 | - |
| YUV | 82.18 | 198.45 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 2 | 207 | 0.07 | 0.99 | 0 | 0.19 | 295.61 | 0.98 | 0.41 |
| Hex | C0 | 2 | CF | 7 | 63 | 0 | 13 | 128 | 62 | 29 |
| Octal | 300 | 2 | 317 | 7 | 143 | 0 | 23 | 450 | 142 | 51 |
| Binary | 11000000 | 10 | 11001111 | 111 | 1100011 | 0 | 10011 | 100101000 | 1100010 | 101001 |
Color Harmonies of #C002CF
Complementary color
Monochromatic Colors of #C002CF
Black with #C002CF
Text Example
Text Example
White with #C002CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C002CF; }
p { color: rgb(192,2,207); }
H1.HeaderClassName
{
color: #C002CF;
}
.AnyTagClassName
{
color: #C002CF;
}
</style>
background-color css
<style>
a { background-color: #C002CF; }
a { background-color: rgb(192,2,207); }
div.DivClassName
{
background-color: #C002CF;
}
.BgClassName
{
background-color: #C002CF;
}
</style>
border-color css
<style>
span { border-color: #C002CF; }
span { border-color: rgb(192,2,207); }
td.TdClassName
{
border-color: #C002CF;
}
.TagClassName
{
border-color: #C002CF;
}
</style>