Shades of Medium Violet Red #CC18AA
Tints of Medium Violet Red #CC18AA
RGB
CMYK
RGB Variations
Color information
#CC18AA (or 0xCC18AA) is known color: Medium Violet Red. HEX triplet: CC, 18 and AA. RGB value is (204,24,170). Sum of RGB (Red+Green+Blue) = 204+24+170=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 24 (9.77% from 255 or 6.03% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CC18AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC18AA is #33E755. Grayscale: #5E5E5E. Windows color (decimal): -3401558 or 11147468. OLE color: 11147468.
HSL color Cylindrical-coordinate representation of color #CC18AA: hue angle of 311.33º 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 #CC18AA is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 24 | 170 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.2 |
| HSL | 311.33º | 0.79% | 0.45% | - |
| HSV(B) | 311.33º | 0.88% | 0.8% | - |
| XYZ | 32.48 | 16.39 | 39.48 | - |
| YUV | 94.46 | 170.63 | 206.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 24 | 170 | 0 | 0.88 | 0.17 | 0.2 | 311.33 | 0.79 | 0.45 |
| Hex | CC | 18 | AA | 0 | 58 | 11 | 14 | 137 | 4F | 2D |
| Octal | 314 | 30 | 252 | 0 | 130 | 21 | 24 | 467 | 117 | 55 |
| Binary | 11001100 | 11000 | 10101010 | 0 | 1011000 | 10001 | 10100 | 100110111 | 1001111 | 101101 |
Color Harmonies of #CC18AA
Complementary color
Monochromatic Colors of #CC18AA
Black with #CC18AA
Text Example
Text Example
White with #CC18AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC18AA; }
p { color: rgb(204,24,170); }
H1.HeaderClassName
{
color: #CC18AA;
}
.AnyTagClassName
{
color: #CC18AA;
}
</style>
background-color css
<style>
a { background-color: #CC18AA; }
a { background-color: rgb(204,24,170); }
div.DivClassName
{
background-color: #CC18AA;
}
.BgClassName
{
background-color: #CC18AA;
}
</style>
border-color css
<style>
span { border-color: #CC18AA; }
span { border-color: rgb(204,24,170); }
td.TdClassName
{
border-color: #CC18AA;
}
.TagClassName
{
border-color: #CC18AA;
}
</style>