Shades of Medium Violet Red #CC18AC
Tints of Medium Violet Red #CC18AC
RGB
CMYK
RGB Variations
Color information
#CC18AC (or 0xCC18AC) is known color: Medium Violet Red. HEX triplet: CC, 18 and AC. RGB value is (204,24,172). Sum of RGB (Red+Green+Blue) = 204+24+172=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 24 (9.77% from 255 or 6% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CC18AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC18AC is #33E753. Grayscale: #5E5E5E. Windows color (decimal): -3401556 or 11278540. OLE color: 11278540.
HSL color Cylindrical-coordinate representation of color #CC18AC: hue angle of 310.67º 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 #CC18AC is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 24 | 172 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.2 |
| HSL | 310.67º | 0.79% | 0.45% | - |
| HSV(B) | 310.67º | 0.88% | 0.8% | - |
| XYZ | 32.67 | 16.47 | 40.49 | - |
| YUV | 94.69 | 171.63 | 205.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 24 | 172 | 0 | 0.88 | 0.16 | 0.2 | 310.67 | 0.79 | 0.45 |
| Hex | CC | 18 | AC | 0 | 58 | 10 | 14 | 137 | 4F | 2D |
| Octal | 314 | 30 | 254 | 0 | 130 | 20 | 24 | 467 | 117 | 55 |
| Binary | 11001100 | 11000 | 10101100 | 0 | 1011000 | 10000 | 10100 | 100110111 | 1001111 | 101101 |
Color Harmonies of #CC18AC
Complementary color
Monochromatic Colors of #CC18AC
Black with #CC18AC
Text Example
Text Example
White with #CC18AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC18AC; }
p { color: rgb(204,24,172); }
H1.HeaderClassName
{
color: #CC18AC;
}
.AnyTagClassName
{
color: #CC18AC;
}
</style>
background-color css
<style>
a { background-color: #CC18AC; }
a { background-color: rgb(204,24,172); }
div.DivClassName
{
background-color: #CC18AC;
}
.BgClassName
{
background-color: #CC18AC;
}
</style>
border-color css
<style>
span { border-color: #CC18AC; }
span { border-color: rgb(204,24,172); }
td.TdClassName
{
border-color: #CC18AC;
}
.TagClassName
{
border-color: #CC18AC;
}
</style>