Shades of Deep Magenta #CC08CF
Tints of Deep Magenta #CC08CF
RGB
CMYK
RGB Variations
Color information
#CC08CF (or 0xCC08CF) is known color: Deep Magenta. HEX triplet: CC, 08 and CF. RGB value is (204,8,207). Sum of RGB (Red+Green+Blue) = 204+8+207=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 8 (3.52% from 255 or 1.91% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC08CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC08CF is #33F730. Grayscale: #585858. Windows color (decimal): -3405617 or 13568204. OLE color: 13568204.
HSL color Cylindrical-coordinate representation of color #CC08CF: hue angle of 299.1º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC08CF is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 8 | 207 | - |
| CMYK | 0.01 | 0.96 | 0 | 0.19 |
| HSL | 299.1º | 0.93% | 0.42% | - |
| HSV(B) | 299.1º | 0.96% | 0.81% | - |
| XYZ | 36.25 | 17.52 | 60.5 | - |
| YUV | 89.29 | 194.43 | 209.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 8 | 207 | 0.01 | 0.96 | 0 | 0.19 | 299.1 | 0.93 | 0.42 |
| Hex | CC | 8 | CF | 1 | 60 | 0 | 13 | 12B | 5D | 2A |
| Octal | 314 | 10 | 317 | 1 | 140 | 0 | 23 | 453 | 135 | 52 |
| Binary | 11001100 | 1000 | 11001111 | 1 | 1100000 | 0 | 10011 | 100101011 | 1011101 | 101010 |
Color Harmonies of #CC08CF
Complementary color
Monochromatic Colors of #CC08CF
Black with #CC08CF
Text Example
Text Example
White with #CC08CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC08CF; }
p { color: rgb(204,8,207); }
H1.HeaderClassName
{
color: #CC08CF;
}
.AnyTagClassName
{
color: #CC08CF;
}
</style>
background-color css
<style>
a { background-color: #CC08CF; }
a { background-color: rgb(204,8,207); }
div.DivClassName
{
background-color: #CC08CF;
}
.BgClassName
{
background-color: #CC08CF;
}
</style>
border-color css
<style>
span { border-color: #CC08CF; }
span { border-color: rgb(204,8,207); }
td.TdClassName
{
border-color: #CC08CF;
}
.TagClassName
{
border-color: #CC08CF;
}
</style>