Shades of Deep Magenta #CC03B9
Tints of Deep Magenta #CC03B9
RGB
CMYK
RGB Variations
Color information
#CC03B9 (or 0xCC03B9) is known color: Deep Magenta. HEX triplet: CC, 03 and B9. RGB value is (204,3,185). Sum of RGB (Red+Green+Blue) = 204+3+185=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 3 (1.56% from 255 or 0.77% from 392); Blue value is 185 (72.66% from 255 or 47.19% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CC03B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC03B9 is #33FC46. Grayscale: #535353. Windows color (decimal): -3406919 or 12125132. OLE color: 12125132.
HSL color Cylindrical-coordinate representation of color #CC03B9: hue angle of 305.67º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC03B9 is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 3 | 185 | - |
| CMYK | 0 | 0.99 | 0.09 | 0.2 |
| HSL | 305.67º | 0.97% | 0.41% | - |
| HSV(B) | 305.67º | 0.99% | 0.8% | - |
| XYZ | 33.69 | 16.41 | 47.29 | - |
| YUV | 83.85 | 185.09 | 213.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 3 | 185 | 0 | 0.99 | 0.09 | 0.2 | 305.67 | 0.97 | 0.41 |
| Hex | CC | 3 | B9 | 0 | 63 | 9 | 14 | 132 | 61 | 29 |
| Octal | 314 | 3 | 271 | 0 | 143 | 11 | 24 | 462 | 141 | 51 |
| Binary | 11001100 | 11 | 10111001 | 0 | 1100011 | 1001 | 10100 | 100110010 | 1100001 | 101001 |
Color Harmonies of #CC03B9
Complementary color
Monochromatic Colors of #CC03B9
Black with #CC03B9
Text Example
Text Example
White with #CC03B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC03B9; }
p { color: rgb(204,3,185); }
H1.HeaderClassName
{
color: #CC03B9;
}
.AnyTagClassName
{
color: #CC03B9;
}
</style>
background-color css
<style>
a { background-color: #CC03B9; }
a { background-color: rgb(204,3,185); }
div.DivClassName
{
background-color: #CC03B9;
}
.BgClassName
{
background-color: #CC03B9;
}
</style>
border-color css
<style>
span { border-color: #CC03B9; }
span { border-color: rgb(204,3,185); }
td.TdClassName
{
border-color: #CC03B9;
}
.TagClassName
{
border-color: #CC03B9;
}
</style>