Shades of Medium Violet Red #CC018A
Tints of Medium Violet Red #CC018A
RGB
CMYK
RGB Variations
Color information
#CC018A (or 0xCC018A) is known color: Medium Violet Red. HEX triplet: CC, 01 and 8A. RGB value is (204,1,138). Sum of RGB (Red+Green+Blue) = 204+1+138=343 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.48% from 343); Green value is 1 (0.78% from 255 or 0.29% from 343); Blue value is 138 (54.30% from 255 or 40.23% from 343); Max value from RGB is 204 - color contains mainly: red. Hex color #CC018A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC018A is #33FE75. Grayscale: #4C4C4C. Windows color (decimal): -3407478 or 9044428. OLE color: 9044428.
HSL color Cylindrical-coordinate representation of color #CC018A: hue angle of 319.51º 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 #CC018A is Cyan = 0, Magento = 1.00, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 1 | 138 | - |
| CMYK | 0 | 1.00 | 0.32 | 0.2 |
| HSL | 319.51º | 0.99% | 0.4% | - |
| HSV(B) | 319.51º | 1% | 0.8% | - |
| XYZ | 29.5 | 14.69 | 25.33 | - |
| YUV | 77.32 | 162.25 | 218.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 1 | 138 | 0 | 1.00 | 0.32 | 0.2 | 319.51 | 0.99 | 0.4 |
| Hex | CC | 1 | 8A | 0 | 64 | 20 | 14 | 140 | 63 | 28 |
| Octal | 314 | 1 | 212 | 0 | 144 | 40 | 24 | 500 | 143 | 50 |
| Binary | 11001100 | 1 | 10001010 | 0 | 1100100 | 100000 | 10100 | 101000000 | 1100011 | 101000 |
Color Harmonies of #CC018A
Complementary color
Monochromatic Colors of #CC018A
Black with #CC018A
Text Example
Text Example
White with #CC018A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC018A; }
p { color: rgb(204,1,138); }
H1.HeaderClassName
{
color: #CC018A;
}
.AnyTagClassName
{
color: #CC018A;
}
</style>
background-color css
<style>
a { background-color: #CC018A; }
a { background-color: rgb(204,1,138); }
div.DivClassName
{
background-color: #CC018A;
}
.BgClassName
{
background-color: #CC018A;
}
</style>
border-color css
<style>
span { border-color: #CC018A; }
span { border-color: rgb(204,1,138); }
td.TdClassName
{
border-color: #CC018A;
}
.TagClassName
{
border-color: #CC018A;
}
</style>