Shades of Medium Violet Red #CC018C
Tints of Medium Violet Red #CC018C
RGB
CMYK
RGB Variations
Color information
#CC018C (or 0xCC018C) is known color: Medium Violet Red. HEX triplet: CC, 01 and 8C. RGB value is (204,1,140). Sum of RGB (Red+Green+Blue) = 204+1+140=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 1 (0.78% from 255 or 0.29% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC018C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC018C is #33FE73. Grayscale: #4D4D4D. Windows color (decimal): -3407476 or 9175500. OLE color: 9175500.
HSL color Cylindrical-coordinate representation of color #CC018C: hue angle of 318.92º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC018C is Cyan = 0, Magento = 1.00, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 1 | 140 | - |
| CMYK | 0 | 1.00 | 0.31 | 0.2 |
| HSL | 318.92º | 0.99% | 0.4% | - |
| HSV(B) | 318.92º | 1% | 0.8% | - |
| XYZ | 29.65 | 14.75 | 26.1 | - |
| YUV | 77.54 | 163.25 | 218.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 1 | 140 | 0 | 1.00 | 0.31 | 0.2 | 318.92 | 0.99 | 0.4 |
| Hex | CC | 1 | 8C | 0 | 64 | 1F | 14 | 13F | 63 | 28 |
| Octal | 314 | 1 | 214 | 0 | 144 | 37 | 24 | 477 | 143 | 50 |
| Binary | 11001100 | 1 | 10001100 | 0 | 1100100 | 11111 | 10100 | 100111111 | 1100011 | 101000 |
Color Harmonies of #CC018C
Complementary color
Monochromatic Colors of #CC018C
Black with #CC018C
Text Example
Text Example
White with #CC018C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC018C; }
p { color: rgb(204,1,140); }
H1.HeaderClassName
{
color: #CC018C;
}
.AnyTagClassName
{
color: #CC018C;
}
</style>
background-color css
<style>
a { background-color: #CC018C; }
a { background-color: rgb(204,1,140); }
div.DivClassName
{
background-color: #CC018C;
}
.BgClassName
{
background-color: #CC018C;
}
</style>
border-color css
<style>
span { border-color: #CC018C; }
span { border-color: rgb(204,1,140); }
td.TdClassName
{
border-color: #CC018C;
}
.TagClassName
{
border-color: #CC018C;
}
</style>