Shades of Deep Magenta #CC10BE
Tints of Deep Magenta #CC10BE
RGB
CMYK
RGB Variations
Color information
#CC10BE (or 0xCC10BE) is known color: Deep Magenta. HEX triplet: CC, 10 and BE. RGB value is (204,16,190). Sum of RGB (Red+Green+Blue) = 204+16+190=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 16 (6.64% from 255 or 3.90% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CC10BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC10BE is #33EF41. Grayscale: #5B5B5B. Windows color (decimal): -3403586 or 12456140. OLE color: 12456140.
HSL color Cylindrical-coordinate representation of color #CC10BE: hue angle of 304.47º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC10BE is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 16 | 190 | - |
| CMYK | 0 | 0.92 | 0.07 | 0.2 |
| HSL | 304.47º | 0.85% | 0.43% | - |
| HSV(B) | 304.47º | 0.92% | 0.8% | - |
| XYZ | 34.38 | 16.93 | 50.17 | - |
| YUV | 92.05 | 183.28 | 207.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 190 | 0 | 0.92 | 0.07 | 0.2 | 304.47 | 0.85 | 0.43 |
| Hex | CC | 10 | BE | 0 | 5C | 7 | 14 | 130 | 55 | 2B |
| Octal | 314 | 20 | 276 | 0 | 134 | 7 | 24 | 460 | 125 | 53 |
| Binary | 11001100 | 10000 | 10111110 | 0 | 1011100 | 111 | 10100 | 100110000 | 1010101 | 101011 |
Color Harmonies of #CC10BE
Complementary color
Monochromatic Colors of #CC10BE
Black with #CC10BE
Text Example
Text Example
White with #CC10BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC10BE; }
p { color: rgb(204,16,190); }
H1.HeaderClassName
{
color: #CC10BE;
}
.AnyTagClassName
{
color: #CC10BE;
}
</style>
background-color css
<style>
a { background-color: #CC10BE; }
a { background-color: rgb(204,16,190); }
div.DivClassName
{
background-color: #CC10BE;
}
.BgClassName
{
background-color: #CC10BE;
}
</style>
border-color css
<style>
span { border-color: #CC10BE; }
span { border-color: rgb(204,16,190); }
td.TdClassName
{
border-color: #CC10BE;
}
.TagClassName
{
border-color: #CC10BE;
}
</style>