Shades of Medium Violet Red #CC0D94
Tints of Medium Violet Red #CC0D94
RGB
CMYK
RGB Variations
Color information
#CC0D94 (or 0xCC0D94) is known color: Medium Violet Red. HEX triplet: CC, 0D and 94. RGB value is (204,13,148). Sum of RGB (Red+Green+Blue) = 204+13+148=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 13 (5.47% from 255 or 3.56% from 365); Blue value is 148 (58.20% from 255 or 40.55% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0D94 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0D94 is #33F26B. Grayscale: #555555. Windows color (decimal): -3404396 or 9702860. OLE color: 9702860.
HSL color Cylindrical-coordinate representation of color #CC0D94: hue angle of 317.59º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0D94 is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 13 | 148 | - |
| CMYK | 0 | 0.94 | 0.27 | 0.2 |
| HSL | 317.59º | 0.88% | 0.43% | - |
| HSV(B) | 317.59º | 0.94% | 0.8% | - |
| XYZ | 30.39 | 15.26 | 29.36 | - |
| YUV | 85.5 | 163.28 | 212.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 13 | 148 | 0 | 0.94 | 0.27 | 0.2 | 317.59 | 0.88 | 0.43 |
| Hex | CC | D | 94 | 0 | 5E | 1B | 14 | 13E | 58 | 2B |
| Octal | 314 | 15 | 224 | 0 | 136 | 33 | 24 | 476 | 130 | 53 |
| Binary | 11001100 | 1101 | 10010100 | 0 | 1011110 | 11011 | 10100 | 100111110 | 1011000 | 101011 |
Color Harmonies of #CC0D94
Complementary color
Monochromatic Colors of #CC0D94
Black with #CC0D94
Text Example
Text Example
White with #CC0D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0D94; }
p { color: rgb(204,13,148); }
H1.HeaderClassName
{
color: #CC0D94;
}
.AnyTagClassName
{
color: #CC0D94;
}
</style>
background-color css
<style>
a { background-color: #CC0D94; }
a { background-color: rgb(204,13,148); }
div.DivClassName
{
background-color: #CC0D94;
}
.BgClassName
{
background-color: #CC0D94;
}
</style>
border-color css
<style>
span { border-color: #CC0D94; }
span { border-color: rgb(204,13,148); }
td.TdClassName
{
border-color: #CC0D94;
}
.TagClassName
{
border-color: #CC0D94;
}
</style>