Shades of Deep Magenta #CC13D3
Tints of Deep Magenta #CC13D3
RGB
CMYK
RGB Variations
Color information
#CC13D3 (or 0xCC13D3) is known color: Deep Magenta. HEX triplet: CC, 13 and D3. RGB value is (204,19,211). Sum of RGB (Red+Green+Blue) = 204+19+211=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 19 (7.81% from 255 or 4.38% from 434); Blue value is 211 (82.81% from 255 or 48.62% from 434); Max value from RGB is 211 - color contains mainly: blue. Hex color #CC13D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC13D3 is #33EC2C. Grayscale: #5F5F5F. Windows color (decimal): -3402797 or 13833164. OLE color: 13833164.
HSL color Cylindrical-coordinate representation of color #CC13D3: hue angle of 297.81º degrees, saturation: 0.83, 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 #CC13D3 is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 19 | 211 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.17 |
| HSL | 297.81º | 0.83% | 0.45% | - |
| HSV(B) | 297.81º | 0.91% | 0.83% | - |
| XYZ | 36.89 | 18.01 | 63.16 | - |
| YUV | 96.2 | 192.79 | 204.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 211 | 0.03 | 0.91 | 0 | 0.17 | 297.81 | 0.83 | 0.45 |
| Hex | CC | 13 | D3 | 3 | 5B | 0 | 11 | 12A | 53 | 2D |
| Octal | 314 | 23 | 323 | 3 | 133 | 0 | 21 | 452 | 123 | 55 |
| Binary | 11001100 | 10011 | 11010011 | 11 | 1011011 | 0 | 10001 | 100101010 | 1010011 | 101101 |
Color Harmonies of #CC13D3
Complementary color
Monochromatic Colors of #CC13D3
Black with #CC13D3
Text Example
Text Example
White with #CC13D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC13D3; }
p { color: rgb(204,19,211); }
H1.HeaderClassName
{
color: #CC13D3;
}
.AnyTagClassName
{
color: #CC13D3;
}
</style>
background-color css
<style>
a { background-color: #CC13D3; }
a { background-color: rgb(204,19,211); }
div.DivClassName
{
background-color: #CC13D3;
}
.BgClassName
{
background-color: #CC13D3;
}
</style>
border-color css
<style>
span { border-color: #CC13D3; }
span { border-color: rgb(204,19,211); }
td.TdClassName
{
border-color: #CC13D3;
}
.TagClassName
{
border-color: #CC13D3;
}
</style>