Shades of Medium Violet Red #CC0F8F
Tints of Medium Violet Red #CC0F8F
RGB
CMYK
RGB Variations
Color information
#CC0F8F (or 0xCC0F8F) is known color: Medium Violet Red. HEX triplet: CC, 0F and 8F. RGB value is (204,15,143). Sum of RGB (Red+Green+Blue) = 204+15+143=362 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.35% from 362); Green value is 15 (6.25% from 255 or 4.14% from 362); Blue value is 143 (56.25% from 255 or 39.50% from 362); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0F8F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0F8F is #33F070. Grayscale: #555555. Windows color (decimal): -3403889 or 9375692. OLE color: 9375692.
HSL color Cylindrical-coordinate representation of color #CC0F8F: hue angle of 319.37º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC0F8F is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 15 | 143 | - |
| CMYK | 0 | 0.93 | 0.30 | 0.2 |
| HSL | 319.37º | 0.86% | 0.43% | - |
| HSV(B) | 319.37º | 0.93% | 0.8% | - |
| XYZ | 30.03 | 15.16 | 27.33 | - |
| YUV | 86.1 | 160.12 | 212.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 15 | 143 | 0 | 0.93 | 0.30 | 0.2 | 319.37 | 0.86 | 0.43 |
| Hex | CC | F | 8F | 0 | 5D | 1E | 14 | 13F | 56 | 2B |
| Octal | 314 | 17 | 217 | 0 | 135 | 36 | 24 | 477 | 126 | 53 |
| Binary | 11001100 | 1111 | 10001111 | 0 | 1011101 | 11110 | 10100 | 100111111 | 1010110 | 101011 |
Color Harmonies of #CC0F8F
Complementary color
Monochromatic Colors of #CC0F8F
Black with #CC0F8F
Text Example
Text Example
White with #CC0F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0F8F; }
p { color: rgb(204,15,143); }
H1.HeaderClassName
{
color: #CC0F8F;
}
.AnyTagClassName
{
color: #CC0F8F;
}
</style>
background-color css
<style>
a { background-color: #CC0F8F; }
a { background-color: rgb(204,15,143); }
div.DivClassName
{
background-color: #CC0F8F;
}
.BgClassName
{
background-color: #CC0F8F;
}
</style>
border-color css
<style>
span { border-color: #CC0F8F; }
span { border-color: rgb(204,15,143); }
td.TdClassName
{
border-color: #CC0F8F;
}
.TagClassName
{
border-color: #CC0F8F;
}
</style>