Shades of Medium Violet Red #CC087E
Tints of Medium Violet Red #CC087E
RGB
CMYK
RGB Variations
Color information
#CC087E (or 0xCC087E) is known color: Medium Violet Red. HEX triplet: CC, 08 and 7E. RGB value is (204,8,126). Sum of RGB (Red+Green+Blue) = 204+8+126=338 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.36% from 338); Green value is 8 (3.52% from 255 or 2.37% from 338); Blue value is 126 (49.61% from 255 or 37.28% from 338); Max value from RGB is 204 - color contains mainly: red. Hex color #CC087E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC087E is #33F781. Grayscale: #4F4F4F. Windows color (decimal): -3405698 or 8259788. OLE color: 8259788.
HSL color Cylindrical-coordinate representation of color #CC087E: hue angle of 323.88º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC087E is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 8 | 126 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.2 |
| HSL | 323.88º | 0.92% | 0.42% | - |
| HSV(B) | 323.88º | 0.96% | 0.8% | - |
| XYZ | 28.75 | 14.52 | 21.03 | - |
| YUV | 80.06 | 153.93 | 216.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 8 | 126 | 0 | 0.96 | 0.38 | 0.2 | 323.88 | 0.92 | 0.42 |
| Hex | CC | 8 | 7E | 0 | 60 | 26 | 14 | 144 | 5C | 2A |
| Octal | 314 | 10 | 176 | 0 | 140 | 46 | 24 | 504 | 134 | 52 |
| Binary | 11001100 | 1000 | 1111110 | 0 | 1100000 | 100110 | 10100 | 101000100 | 1011100 | 101010 |
Color Harmonies of #CC087E
Complementary color
Monochromatic Colors of #CC087E
Black with #CC087E
Text Example
Text Example
White with #CC087E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC087E; }
p { color: rgb(204,8,126); }
H1.HeaderClassName
{
color: #CC087E;
}
.AnyTagClassName
{
color: #CC087E;
}
</style>
background-color css
<style>
a { background-color: #CC087E; }
a { background-color: rgb(204,8,126); }
div.DivClassName
{
background-color: #CC087E;
}
.BgClassName
{
background-color: #CC087E;
}
</style>
border-color css
<style>
span { border-color: #CC087E; }
span { border-color: rgb(204,8,126); }
td.TdClassName
{
border-color: #CC087E;
}
.TagClassName
{
border-color: #CC087E;
}
</style>