Shades of Deep Magenta #C00CCF
Tints of Deep Magenta #C00CCF
RGB
CMYK
RGB Variations
Color information
#C00CCF (or 0xC00CCF) is known color: Deep Magenta. HEX triplet: C0, 0C and CF. RGB value is (192,12,207). Sum of RGB (Red+Green+Blue) = 192+12+207=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 12 (5.08% from 255 or 2.92% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #C00CCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00CCF is #3FF330. Grayscale: #575757. Windows color (decimal): -4191025 or 13569216. OLE color: 13569216.
HSL color Cylindrical-coordinate representation of color #C00CCF: hue angle of 295.38º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C00CCF is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 12 | 207 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.19 |
| HSL | 295.38º | 0.89% | 0.43% | - |
| HSV(B) | 295.38º | 0.94% | 0.81% | - |
| XYZ | 33.13 | 15.97 | 60.37 | - |
| YUV | 88.05 | 195.13 | 202.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 12 | 207 | 0.07 | 0.94 | 0 | 0.19 | 295.38 | 0.89 | 0.43 |
| Hex | C0 | C | CF | 7 | 5E | 0 | 13 | 127 | 59 | 2B |
| Octal | 300 | 14 | 317 | 7 | 136 | 0 | 23 | 447 | 131 | 53 |
| Binary | 11000000 | 1100 | 11001111 | 111 | 1011110 | 0 | 10011 | 100100111 | 1011001 | 101011 |
Color Harmonies of #C00CCF
Complementary color
Monochromatic Colors of #C00CCF
Black with #C00CCF
Text Example
Text Example
White with #C00CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00CCF; }
p { color: rgb(192,12,207); }
H1.HeaderClassName
{
color: #C00CCF;
}
.AnyTagClassName
{
color: #C00CCF;
}
</style>
background-color css
<style>
a { background-color: #C00CCF; }
a { background-color: rgb(192,12,207); }
div.DivClassName
{
background-color: #C00CCF;
}
.BgClassName
{
background-color: #C00CCF;
}
</style>
border-color css
<style>
span { border-color: #C00CCF; }
span { border-color: rgb(192,12,207); }
td.TdClassName
{
border-color: #C00CCF;
}
.TagClassName
{
border-color: #C00CCF;
}
</style>