Shades of Deep Magenta #C005CF
Tints of Deep Magenta #C005CF
RGB
CMYK
RGB Variations
Color information
#C005CF (or 0xC005CF) is known color: Deep Magenta. HEX triplet: C0, 05 and CF. RGB value is (192,5,207). Sum of RGB (Red+Green+Blue) = 192+5+207=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 5 (2.34% from 255 or 1.24% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #C005CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C005CF is #3FFA30. Grayscale: #535353. Windows color (decimal): -4192817 or 13567424. OLE color: 13567424.
HSL color Cylindrical-coordinate representation of color #C005CF: hue angle of 295.54º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C005CF is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 5 | 207 | - |
| CMYK | 0.07 | 0.98 | 0 | 0.19 |
| HSL | 295.54º | 0.95% | 0.42% | - |
| HSV(B) | 295.54º | 0.98% | 0.81% | - |
| XYZ | 33.05 | 15.82 | 60.34 | - |
| YUV | 83.94 | 197.45 | 205.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 5 | 207 | 0.07 | 0.98 | 0 | 0.19 | 295.54 | 0.95 | 0.42 |
| Hex | C0 | 5 | CF | 7 | 62 | 0 | 13 | 128 | 5F | 2A |
| Octal | 300 | 5 | 317 | 7 | 142 | 0 | 23 | 450 | 137 | 52 |
| Binary | 11000000 | 101 | 11001111 | 111 | 1100010 | 0 | 10011 | 100101000 | 1011111 | 101010 |
Color Harmonies of #C005CF
Complementary color
Monochromatic Colors of #C005CF
Black with #C005CF
Text Example
Text Example
White with #C005CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C005CF; }
p { color: rgb(192,5,207); }
H1.HeaderClassName
{
color: #C005CF;
}
.AnyTagClassName
{
color: #C005CF;
}
</style>
background-color css
<style>
a { background-color: #C005CF; }
a { background-color: rgb(192,5,207); }
div.DivClassName
{
background-color: #C005CF;
}
.BgClassName
{
background-color: #C005CF;
}
</style>
border-color css
<style>
span { border-color: #C005CF; }
span { border-color: rgb(192,5,207); }
td.TdClassName
{
border-color: #C005CF;
}
.TagClassName
{
border-color: #C005CF;
}
</style>