Shades of Deep Magenta #CC03BA
Tints of Deep Magenta #CC03BA
RGB
CMYK
RGB Variations
Color information
#CC03BA (or 0xCC03BA) is known color: Deep Magenta. HEX triplet: CC, 03 and BA. RGB value is (204,3,186). Sum of RGB (Red+Green+Blue) = 204+3+186=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 3 (1.56% from 255 or 0.76% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CC03BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC03BA is #33FC45. Grayscale: #535353. Windows color (decimal): -3406918 or 12190668. OLE color: 12190668.
HSL color Cylindrical-coordinate representation of color #CC03BA: hue angle of 305.37º 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 #CC03BA is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 3 | 186 | - |
| CMYK | 0 | 0.99 | 0.09 | 0.2 |
| HSL | 305.37º | 0.97% | 0.41% | - |
| HSV(B) | 305.37º | 0.99% | 0.8% | - |
| XYZ | 33.8 | 16.45 | 47.85 | - |
| YUV | 83.96 | 185.59 | 213.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 3 | 186 | 0 | 0.99 | 0.09 | 0.2 | 305.37 | 0.97 | 0.41 |
| Hex | CC | 3 | BA | 0 | 63 | 9 | 14 | 131 | 61 | 29 |
| Octal | 314 | 3 | 272 | 0 | 143 | 11 | 24 | 461 | 141 | 51 |
| Binary | 11001100 | 11 | 10111010 | 0 | 1100011 | 1001 | 10100 | 100110001 | 1100001 | 101001 |
Color Harmonies of #CC03BA
Complementary color
Monochromatic Colors of #CC03BA
Black with #CC03BA
Text Example
Text Example
White with #CC03BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC03BA; }
p { color: rgb(204,3,186); }
H1.HeaderClassName
{
color: #CC03BA;
}
.AnyTagClassName
{
color: #CC03BA;
}
</style>
background-color css
<style>
a { background-color: #CC03BA; }
a { background-color: rgb(204,3,186); }
div.DivClassName
{
background-color: #CC03BA;
}
.BgClassName
{
background-color: #CC03BA;
}
</style>
border-color css
<style>
span { border-color: #CC03BA; }
span { border-color: rgb(204,3,186); }
td.TdClassName
{
border-color: #CC03BA;
}
.TagClassName
{
border-color: #CC03BA;
}
</style>