Shades of Deep Magenta #CC13D4
Tints of Deep Magenta #CC13D4
RGB
CMYK
RGB Variations
Color information
#CC13D4 (or 0xCC13D4) is known color: Deep Magenta. HEX triplet: CC, 13 and D4. RGB value is (204,19,212). Sum of RGB (Red+Green+Blue) = 204+19+212=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 19 (7.81% from 255 or 4.37% from 435); Blue value is 212 (83.20% from 255 or 48.74% from 435); Max value from RGB is 212 - color contains mainly: blue. Hex color #CC13D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC13D4 is #33EC2B. Grayscale: #5F5F5F. Windows color (decimal): -3402796 or 13898700. OLE color: 13898700.
HSL color Cylindrical-coordinate representation of color #CC13D4: hue angle of 297.51º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC13D4 is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 19 | 212 | - |
| CMYK | 0.04 | 0.91 | 0 | 0.17 |
| HSL | 297.51º | 0.84% | 0.45% | - |
| HSV(B) | 297.51º | 0.91% | 0.83% | - |
| XYZ | 37.02 | 18.06 | 63.82 | - |
| YUV | 96.32 | 193.29 | 204.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 212 | 0.04 | 0.91 | 0 | 0.17 | 297.51 | 0.84 | 0.45 |
| Hex | CC | 13 | D4 | 4 | 5B | 0 | 11 | 12A | 54 | 2D |
| Octal | 314 | 23 | 324 | 4 | 133 | 0 | 21 | 452 | 124 | 55 |
| Binary | 11001100 | 10011 | 11010100 | 100 | 1011011 | 0 | 10001 | 100101010 | 1010100 | 101101 |
Color Harmonies of #CC13D4
Complementary color
Monochromatic Colors of #CC13D4
Black with #CC13D4
Text Example
Text Example
White with #CC13D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC13D4; }
p { color: rgb(204,19,212); }
H1.HeaderClassName
{
color: #CC13D4;
}
.AnyTagClassName
{
color: #CC13D4;
}
</style>
background-color css
<style>
a { background-color: #CC13D4; }
a { background-color: rgb(204,19,212); }
div.DivClassName
{
background-color: #CC13D4;
}
.BgClassName
{
background-color: #CC13D4;
}
</style>
border-color css
<style>
span { border-color: #CC13D4; }
span { border-color: rgb(204,19,212); }
td.TdClassName
{
border-color: #CC13D4;
}
.TagClassName
{
border-color: #CC13D4;
}
</style>