Shades of Deep Magenta #CC03BE
Tints of Deep Magenta #CC03BE
RGB
CMYK
RGB Variations
Color information
#CC03BE (or 0xCC03BE) is known color: Deep Magenta. HEX triplet: CC, 03 and BE. RGB value is (204,3,190). Sum of RGB (Red+Green+Blue) = 204+3+190=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 3 (1.56% from 255 or 0.76% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CC03BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC03BE is #33FC41. Grayscale: #535353. Windows color (decimal): -3406914 or 12452812. OLE color: 12452812.
HSL color Cylindrical-coordinate representation of color #CC03BE: hue angle of 304.18º 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 #CC03BE is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 3 | 190 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.2 |
| HSL | 304.18º | 0.97% | 0.41% | - |
| HSV(B) | 304.18º | 0.99% | 0.8% | - |
| XYZ | 34.23 | 16.62 | 50.12 | - |
| YUV | 84.42 | 187.59 | 213.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 3 | 190 | 0 | 0.99 | 0.07 | 0.2 | 304.18 | 0.97 | 0.41 |
| Hex | CC | 3 | BE | 0 | 63 | 7 | 14 | 130 | 61 | 29 |
| Octal | 314 | 3 | 276 | 0 | 143 | 7 | 24 | 460 | 141 | 51 |
| Binary | 11001100 | 11 | 10111110 | 0 | 1100011 | 111 | 10100 | 100110000 | 1100001 | 101001 |
Color Harmonies of #CC03BE
Complementary color
Monochromatic Colors of #CC03BE
Black with #CC03BE
Text Example
Text Example
White with #CC03BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC03BE; }
p { color: rgb(204,3,190); }
H1.HeaderClassName
{
color: #CC03BE;
}
.AnyTagClassName
{
color: #CC03BE;
}
</style>
background-color css
<style>
a { background-color: #CC03BE; }
a { background-color: rgb(204,3,190); }
div.DivClassName
{
background-color: #CC03BE;
}
.BgClassName
{
background-color: #CC03BE;
}
</style>
border-color css
<style>
span { border-color: #CC03BE; }
span { border-color: rgb(204,3,190); }
td.TdClassName
{
border-color: #CC03BE;
}
.TagClassName
{
border-color: #CC03BE;
}
</style>