Shades of Deep Magenta #CC18CC
Tints of Deep Magenta #CC18CC
RGB
CMYK
RGB Variations
Color information
#CC18CC (or 0xCC18CC) is known color: Deep Magenta. HEX triplet: CC, 18 and CC. RGB value is (204,24,204). Sum of RGB (Red+Green+Blue) = 204+24+204=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 24 (9.77% from 255 or 5.56% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC18CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC18CC is #33E733. Grayscale: #616161. Windows color (decimal): -3401524 or 13375692. OLE color: 13375692.
HSL color Cylindrical-coordinate representation of color #CC18CC: hue angle of 300º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC18CC is Cyan = 0, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 24 | 204 | - |
| CMYK | 0 | 0.88 | 0 | 0.2 |
| HSL | 300º | 0.79% | 0.45% | - |
| HSV(B) | 300º | 0.88% | 0.8% | - |
| XYZ | 36.13 | 17.85 | 58.67 | - |
| YUV | 98.34 | 187.63 | 203.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 24 | 204 | 0 | 0.88 | 0 | 0.2 | 300 | 0.79 | 0.45 |
| Hex | CC | 18 | CC | 0 | 58 | 0 | 14 | 12C | 4F | 2D |
| Octal | 314 | 30 | 314 | 0 | 130 | 0 | 24 | 454 | 117 | 55 |
| Binary | 11001100 | 11000 | 11001100 | 0 | 1011000 | 0 | 10100 | 100101100 | 1001111 | 101101 |
Color Harmonies of #CC18CC
Complementary color
Monochromatic Colors of #CC18CC
Black with #CC18CC
Text Example
Text Example
White with #CC18CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC18CC; }
p { color: rgb(204,24,204); }
H1.HeaderClassName
{
color: #CC18CC;
}
.AnyTagClassName
{
color: #CC18CC;
}
</style>
background-color css
<style>
a { background-color: #CC18CC; }
a { background-color: rgb(204,24,204); }
div.DivClassName
{
background-color: #CC18CC;
}
.BgClassName
{
background-color: #CC18CC;
}
</style>
border-color css
<style>
span { border-color: #CC18CC; }
span { border-color: rgb(204,24,204); }
td.TdClassName
{
border-color: #CC18CC;
}
.TagClassName
{
border-color: #CC18CC;
}
</style>