Shades of Deep Magenta #CC14D7
Tints of Deep Magenta #CC14D7
RGB
CMYK
RGB Variations
Color information
#CC14D7 (or 0xCC14D7) is known color: Deep Magenta. HEX triplet: CC, 14 and D7. RGB value is (204,20,215). Sum of RGB (Red+Green+Blue) = 204+20+215=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 20 (8.20% from 255 or 4.56% from 439); Blue value is 215 (84.38% from 255 or 48.97% from 439); Max value from RGB is 215 - color contains mainly: blue. Hex color #CC14D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC14D7 is #33EB28. Grayscale: #606060. Windows color (decimal): -3402537 or 14095564. OLE color: 14095564.
HSL color Cylindrical-coordinate representation of color #CC14D7: hue angle of 296.62º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC14D7 is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 20 | 215 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.16 |
| HSL | 296.62º | 0.83% | 0.46% | - |
| HSV(B) | 296.62º | 0.91% | 0.84% | - |
| XYZ | 37.42 | 18.24 | 65.84 | - |
| YUV | 97.25 | 194.46 | 204.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 20 | 215 | 0.05 | 0.91 | 0 | 0.16 | 296.62 | 0.83 | 0.46 |
| Hex | CC | 14 | D7 | 5 | 5B | 0 | 10 | 129 | 53 | 2E |
| Octal | 314 | 24 | 327 | 5 | 133 | 0 | 20 | 451 | 123 | 56 |
| Binary | 11001100 | 10100 | 11010111 | 101 | 1011011 | 0 | 10000 | 100101001 | 1010011 | 101110 |
Color Harmonies of #CC14D7
Complementary color
Monochromatic Colors of #CC14D7
Black with #CC14D7
Text Example
Text Example
White with #CC14D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC14D7; }
p { color: rgb(204,20,215); }
H1.HeaderClassName
{
color: #CC14D7;
}
.AnyTagClassName
{
color: #CC14D7;
}
</style>
background-color css
<style>
a { background-color: #CC14D7; }
a { background-color: rgb(204,20,215); }
div.DivClassName
{
background-color: #CC14D7;
}
.BgClassName
{
background-color: #CC14D7;
}
</style>
border-color css
<style>
span { border-color: #CC14D7; }
span { border-color: rgb(204,20,215); }
td.TdClassName
{
border-color: #CC14D7;
}
.TagClassName
{
border-color: #CC14D7;
}
</style>