Shades of Deep Magenta #CC17BE
Tints of Deep Magenta #CC17BE
RGB
CMYK
RGB Variations
Color information
#CC17BE (or 0xCC17BE) is known color: Deep Magenta. HEX triplet: CC, 17 and BE. RGB value is (204,23,190). Sum of RGB (Red+Green+Blue) = 204+23+190=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 23 (9.38% from 255 or 5.52% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC17BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC17BE is #33E841. Grayscale: #5F5F5F. Windows color (decimal): -3401794 or 12457932. OLE color: 12457932.
HSL color Cylindrical-coordinate representation of color #CC17BE: hue angle of 304.64º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC17BE is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 23 | 190 | - |
| CMYK | 0 | 0.89 | 0.07 | 0.2 |
| HSL | 304.64º | 0.8% | 0.45% | - |
| HSV(B) | 304.64º | 0.89% | 0.8% | - |
| XYZ | 34.5 | 17.17 | 50.21 | - |
| YUV | 96.16 | 180.97 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 23 | 190 | 0 | 0.89 | 0.07 | 0.2 | 304.64 | 0.8 | 0.45 |
| Hex | CC | 17 | BE | 0 | 59 | 7 | 14 | 131 | 50 | 2D |
| Octal | 314 | 27 | 276 | 0 | 131 | 7 | 24 | 461 | 120 | 55 |
| Binary | 11001100 | 10111 | 10111110 | 0 | 1011001 | 111 | 10100 | 100110001 | 1010000 | 101101 |
Color Harmonies of #CC17BE
Complementary color
Monochromatic Colors of #CC17BE
Black with #CC17BE
Text Example
Text Example
White with #CC17BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC17BE; }
p { color: rgb(204,23,190); }
H1.HeaderClassName
{
color: #CC17BE;
}
.AnyTagClassName
{
color: #CC17BE;
}
</style>
background-color css
<style>
a { background-color: #CC17BE; }
a { background-color: rgb(204,23,190); }
div.DivClassName
{
background-color: #CC17BE;
}
.BgClassName
{
background-color: #CC17BE;
}
</style>
border-color css
<style>
span { border-color: #CC17BE; }
span { border-color: rgb(204,23,190); }
td.TdClassName
{
border-color: #CC17BE;
}
.TagClassName
{
border-color: #CC17BE;
}
</style>