Shades of Deep Magenta #CC13BE
Tints of Deep Magenta #CC13BE
RGB
CMYK
RGB Variations
Color information
#CC13BE (or 0xCC13BE) is known color: Deep Magenta. HEX triplet: CC, 13 and BE. RGB value is (204,19,190). Sum of RGB (Red+Green+Blue) = 204+19+190=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 19 (7.81% from 255 or 4.60% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CC13BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC13BE is #33EC41. Grayscale: #5D5D5D. Windows color (decimal): -3402818 or 12456908. OLE color: 12456908.
HSL color Cylindrical-coordinate representation of color #CC13BE: hue angle of 304.54º 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 #CC13BE is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 190 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.2 |
| HSL | 304.54º | 0.83% | 0.44% | - |
| HSV(B) | 304.54º | 0.91% | 0.8% | - |
| XYZ | 34.43 | 17.02 | 50.19 | - |
| YUV | 93.81 | 182.29 | 206.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 190 | 0 | 0.91 | 0.07 | 0.2 | 304.54 | 0.83 | 0.44 |
| Hex | CC | 13 | BE | 0 | 5B | 7 | 14 | 131 | 53 | 2C |
| Octal | 314 | 23 | 276 | 0 | 133 | 7 | 24 | 461 | 123 | 54 |
| Binary | 11001100 | 10011 | 10111110 | 0 | 1011011 | 111 | 10100 | 100110001 | 1010011 | 101100 |
Color Harmonies of #CC13BE
Complementary color
Monochromatic Colors of #CC13BE
Black with #CC13BE
Text Example
Text Example
White with #CC13BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC13BE; }
p { color: rgb(204,19,190); }
H1.HeaderClassName
{
color: #CC13BE;
}
.AnyTagClassName
{
color: #CC13BE;
}
</style>
background-color css
<style>
a { background-color: #CC13BE; }
a { background-color: rgb(204,19,190); }
div.DivClassName
{
background-color: #CC13BE;
}
.BgClassName
{
background-color: #CC13BE;
}
</style>
border-color css
<style>
span { border-color: #CC13BE; }
span { border-color: rgb(204,19,190); }
td.TdClassName
{
border-color: #CC13BE;
}
.TagClassName
{
border-color: #CC13BE;
}
</style>