Shades of Deep Magenta #CC0FCE
Tints of Deep Magenta #CC0FCE
RGB
CMYK
RGB Variations
Color information
#CC0FCE (or 0xCC0FCE) is known color: Deep Magenta. HEX triplet: CC, 0F and CE. RGB value is (204,15,206). Sum of RGB (Red+Green+Blue) = 204+15+206=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 15 (6.25% from 255 or 3.53% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC0FCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0FCE is #33F031. Grayscale: #5C5C5C. Windows color (decimal): -3403826 or 13504460. OLE color: 13504460.
HSL color Cylindrical-coordinate representation of color #CC0FCE: hue angle of 299.37º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC0FCE is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 15 | 206 | - |
| CMYK | 0.01 | 0.93 | 0 | 0.19 |
| HSL | 299.37º | 0.86% | 0.43% | - |
| HSV(B) | 299.37º | 0.93% | 0.81% | - |
| XYZ | 36.21 | 17.64 | 59.89 | - |
| YUV | 93.29 | 191.62 | 206.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 15 | 206 | 0.01 | 0.93 | 0 | 0.19 | 299.37 | 0.86 | 0.43 |
| Hex | CC | F | CE | 1 | 5D | 0 | 13 | 12B | 56 | 2B |
| Octal | 314 | 17 | 316 | 1 | 135 | 0 | 23 | 453 | 126 | 53 |
| Binary | 11001100 | 1111 | 11001110 | 1 | 1011101 | 0 | 10011 | 100101011 | 1010110 | 101011 |
Color Harmonies of #CC0FCE
Complementary color
Monochromatic Colors of #CC0FCE
Black with #CC0FCE
Text Example
Text Example
White with #CC0FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0FCE; }
p { color: rgb(204,15,206); }
H1.HeaderClassName
{
color: #CC0FCE;
}
.AnyTagClassName
{
color: #CC0FCE;
}
</style>
background-color css
<style>
a { background-color: #CC0FCE; }
a { background-color: rgb(204,15,206); }
div.DivClassName
{
background-color: #CC0FCE;
}
.BgClassName
{
background-color: #CC0FCE;
}
</style>
border-color css
<style>
span { border-color: #CC0FCE; }
span { border-color: rgb(204,15,206); }
td.TdClassName
{
border-color: #CC0FCE;
}
.TagClassName
{
border-color: #CC0FCE;
}
</style>