Shades of Deep Magenta #CC13CF
Tints of Deep Magenta #CC13CF
RGB
CMYK
RGB Variations
Color information
#CC13CF (or 0xCC13CF) is known color: Deep Magenta. HEX triplet: CC, 13 and CF. RGB value is (204,19,207). Sum of RGB (Red+Green+Blue) = 204+19+207=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 19 (7.81% from 255 or 4.42% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC13CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC13CF is #33EC30. Grayscale: #5F5F5F. Windows color (decimal): -3402801 or 13571020. OLE color: 13571020.
HSL color Cylindrical-coordinate representation of color #CC13CF: hue angle of 299.04º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC13CF is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 19 | 207 | - |
| CMYK | 0.01 | 0.91 | 0 | 0.19 |
| HSL | 299.04º | 0.83% | 0.44% | - |
| HSV(B) | 299.04º | 0.91% | 0.81% | - |
| XYZ | 36.4 | 17.81 | 60.55 | - |
| YUV | 95.75 | 190.79 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 207 | 0.01 | 0.91 | 0 | 0.19 | 299.04 | 0.83 | 0.44 |
| Hex | CC | 13 | CF | 1 | 5B | 0 | 13 | 12B | 53 | 2C |
| Octal | 314 | 23 | 317 | 1 | 133 | 0 | 23 | 453 | 123 | 54 |
| Binary | 11001100 | 10011 | 11001111 | 1 | 1011011 | 0 | 10011 | 100101011 | 1010011 | 101100 |
Color Harmonies of #CC13CF
Complementary color
Monochromatic Colors of #CC13CF
Black with #CC13CF
Text Example
Text Example
White with #CC13CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC13CF; }
p { color: rgb(204,19,207); }
H1.HeaderClassName
{
color: #CC13CF;
}
.AnyTagClassName
{
color: #CC13CF;
}
</style>
background-color css
<style>
a { background-color: #CC13CF; }
a { background-color: rgb(204,19,207); }
div.DivClassName
{
background-color: #CC13CF;
}
.BgClassName
{
background-color: #CC13CF;
}
</style>
border-color css
<style>
span { border-color: #CC13CF; }
span { border-color: rgb(204,19,207); }
td.TdClassName
{
border-color: #CC13CF;
}
.TagClassName
{
border-color: #CC13CF;
}
</style>