Shades of Deep Magenta #CC13BD
Tints of Deep Magenta #CC13BD
RGB
CMYK
RGB Variations
Color information
#CC13BD (or 0xCC13BD) is known color: Deep Magenta. HEX triplet: CC, 13 and BD. RGB value is (204,19,189). Sum of RGB (Red+Green+Blue) = 204+19+189=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 19 (7.81% from 255 or 4.61% from 412); Blue value is 189 (74.22% from 255 or 45.87% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC13BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC13BD is #33EC42. Grayscale: #5D5D5D. Windows color (decimal): -3402819 or 12391372. OLE color: 12391372.
HSL color Cylindrical-coordinate representation of color #CC13BD: hue angle of 304.86º 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 #CC13BD is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 189 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.2 |
| HSL | 304.86º | 0.83% | 0.44% | - |
| HSV(B) | 304.86º | 0.91% | 0.8% | - |
| XYZ | 34.32 | 16.98 | 49.61 | - |
| YUV | 93.7 | 181.79 | 206.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 189 | 0 | 0.91 | 0.07 | 0.2 | 304.86 | 0.83 | 0.44 |
| Hex | CC | 13 | BD | 0 | 5B | 7 | 14 | 131 | 53 | 2C |
| Octal | 314 | 23 | 275 | 0 | 133 | 7 | 24 | 461 | 123 | 54 |
| Binary | 11001100 | 10011 | 10111101 | 0 | 1011011 | 111 | 10100 | 100110001 | 1010011 | 101100 |
Color Harmonies of #CC13BD
Complementary color
Monochromatic Colors of #CC13BD
Black with #CC13BD
Text Example
Text Example
White with #CC13BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC13BD; }
p { color: rgb(204,19,189); }
H1.HeaderClassName
{
color: #CC13BD;
}
.AnyTagClassName
{
color: #CC13BD;
}
</style>
background-color css
<style>
a { background-color: #CC13BD; }
a { background-color: rgb(204,19,189); }
div.DivClassName
{
background-color: #CC13BD;
}
.BgClassName
{
background-color: #CC13BD;
}
</style>
border-color css
<style>
span { border-color: #CC13BD; }
span { border-color: rgb(204,19,189); }
td.TdClassName
{
border-color: #CC13BD;
}
.TagClassName
{
border-color: #CC13BD;
}
</style>