Shades of Deep Magenta #CC13CB
Tints of Deep Magenta #CC13CB
RGB
CMYK
RGB Variations
Color information
#CC13CB (or 0xCC13CB) is known color: Deep Magenta. HEX triplet: CC, 13 and CB. RGB value is (204,19,203). Sum of RGB (Red+Green+Blue) = 204+19+203=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 19 (7.81% from 255 or 4.46% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC13CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC13CB is #33EC34. Grayscale: #5E5E5E. Windows color (decimal): -3402805 or 13308876. OLE color: 13308876.
HSL color Cylindrical-coordinate representation of color #CC13CB: hue angle of 300.32º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC13CB is Cyan = 0, Magento = 0.91, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 203 | - |
| CMYK | 0 | 0.91 | 0.00 | 0.2 |
| HSL | 300.32º | 0.83% | 0.44% | - |
| HSV(B) | 300.32º | 0.91% | 0.8% | - |
| XYZ | 35.91 | 17.61 | 58.01 | - |
| YUV | 95.29 | 188.79 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 203 | 0 | 0.91 | 0.00 | 0.2 | 300.32 | 0.83 | 0.44 |
| Hex | CC | 13 | CB | 0 | 5B | 0 | 14 | 12C | 53 | 2C |
| Octal | 314 | 23 | 313 | 0 | 133 | 0 | 24 | 454 | 123 | 54 |
| Binary | 11001100 | 10011 | 11001011 | 0 | 1011011 | 0 | 10100 | 100101100 | 1010011 | 101100 |
Color Harmonies of #CC13CB
Complementary color
Monochromatic Colors of #CC13CB
Black with #CC13CB
Text Example
Text Example
White with #CC13CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC13CB; }
p { color: rgb(204,19,203); }
H1.HeaderClassName
{
color: #CC13CB;
}
.AnyTagClassName
{
color: #CC13CB;
}
</style>
background-color css
<style>
a { background-color: #CC13CB; }
a { background-color: rgb(204,19,203); }
div.DivClassName
{
background-color: #CC13CB;
}
.BgClassName
{
background-color: #CC13CB;
}
</style>
border-color css
<style>
span { border-color: #CC13CB; }
span { border-color: rgb(204,19,203); }
td.TdClassName
{
border-color: #CC13CB;
}
.TagClassName
{
border-color: #CC13CB;
}
</style>