Shades of Deep Magenta #CC13D5
Tints of Deep Magenta #CC13D5
RGB
CMYK
RGB Variations
Color information
#CC13D5 (or 0xCC13D5) is known color: Deep Magenta. HEX triplet: CC, 13 and D5. RGB value is (204,19,213). Sum of RGB (Red+Green+Blue) = 204+19+213=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 19 (7.81% from 255 or 4.36% from 436); Blue value is 213 (83.59% from 255 or 48.85% from 436); Max value from RGB is 213 - color contains mainly: blue. Hex color #CC13D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC13D5 is #33EC2A. Grayscale: #5F5F5F. Windows color (decimal): -3402795 or 13964236. OLE color: 13964236.
HSL color Cylindrical-coordinate representation of color #CC13D5: hue angle of 297.22º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC13D5 is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 19 | 213 | - |
| CMYK | 0.04 | 0.91 | 0 | 0.16 |
| HSL | 297.22º | 0.84% | 0.45% | - |
| HSV(B) | 297.22º | 0.91% | 0.84% | - |
| XYZ | 37.14 | 18.11 | 64.49 | - |
| YUV | 96.43 | 193.79 | 204.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 213 | 0.04 | 0.91 | 0 | 0.16 | 297.22 | 0.84 | 0.45 |
| Hex | CC | 13 | D5 | 4 | 5B | 0 | 10 | 129 | 54 | 2D |
| Octal | 314 | 23 | 325 | 4 | 133 | 0 | 20 | 451 | 124 | 55 |
| Binary | 11001100 | 10011 | 11010101 | 100 | 1011011 | 0 | 10000 | 100101001 | 1010100 | 101101 |
Color Harmonies of #CC13D5
Complementary color
Monochromatic Colors of #CC13D5
Black with #CC13D5
Text Example
Text Example
White with #CC13D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC13D5; }
p { color: rgb(204,19,213); }
H1.HeaderClassName
{
color: #CC13D5;
}
.AnyTagClassName
{
color: #CC13D5;
}
</style>
background-color css
<style>
a { background-color: #CC13D5; }
a { background-color: rgb(204,19,213); }
div.DivClassName
{
background-color: #CC13D5;
}
.BgClassName
{
background-color: #CC13D5;
}
</style>
border-color css
<style>
span { border-color: #CC13D5; }
span { border-color: rgb(204,19,213); }
td.TdClassName
{
border-color: #CC13D5;
}
.TagClassName
{
border-color: #CC13D5;
}
</style>