Shades of Medium Violet Red #CC0287
Tints of Medium Violet Red #CC0287
RGB
CMYK
RGB Variations
Color information
#CC0287 (or 0xCC0287) is known color: Medium Violet Red. HEX triplet: CC, 02 and 87. RGB value is (204,2,135). Sum of RGB (Red+Green+Blue) = 204+2+135=341 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.82% from 341); Green value is 2 (1.17% from 255 or 0.59% from 341); Blue value is 135 (53.12% from 255 or 39.59% from 341); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0287 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0287 is #33FD78. Grayscale: #4D4D4D. Windows color (decimal): -3407225 or 8848076. OLE color: 8848076.
HSL color Cylindrical-coordinate representation of color #CC0287: hue angle of 320.5º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC0287 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 2 | 135 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.2 |
| HSL | 320.5º | 0.98% | 0.4% | - |
| HSV(B) | 320.5º | 0.99% | 0.8% | - |
| XYZ | 29.3 | 14.63 | 24.2 | - |
| YUV | 77.56 | 160.42 | 218.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 2 | 135 | 0 | 0.99 | 0.34 | 0.2 | 320.5 | 0.98 | 0.4 |
| Hex | CC | 2 | 87 | 0 | 63 | 22 | 14 | 140 | 62 | 28 |
| Octal | 314 | 2 | 207 | 0 | 143 | 42 | 24 | 500 | 142 | 50 |
| Binary | 11001100 | 10 | 10000111 | 0 | 1100011 | 100010 | 10100 | 101000000 | 1100010 | 101000 |
Color Harmonies of #CC0287
Complementary color
Monochromatic Colors of #CC0287
Black with #CC0287
Text Example
Text Example
White with #CC0287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0287; }
p { color: rgb(204,2,135); }
H1.HeaderClassName
{
color: #CC0287;
}
.AnyTagClassName
{
color: #CC0287;
}
</style>
background-color css
<style>
a { background-color: #CC0287; }
a { background-color: rgb(204,2,135); }
div.DivClassName
{
background-color: #CC0287;
}
.BgClassName
{
background-color: #CC0287;
}
</style>
border-color css
<style>
span { border-color: #CC0287; }
span { border-color: rgb(204,2,135); }
td.TdClassName
{
border-color: #CC0287;
}
.TagClassName
{
border-color: #CC0287;
}
</style>