Shades of Medium Violet Red #CC0D9B
Tints of Medium Violet Red #CC0D9B
RGB
CMYK
RGB Variations
Color information
#CC0D9B (or 0xCC0D9B) is known color: Medium Violet Red. HEX triplet: CC, 0D and 9B. RGB value is (204,13,155). Sum of RGB (Red+Green+Blue) = 204+13+155=372 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.84% from 372); Green value is 13 (5.47% from 255 or 3.49% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0D9B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0D9B is #33F264. Grayscale: #555555. Windows color (decimal): -3404389 or 10161612. OLE color: 10161612.
HSL color Cylindrical-coordinate representation of color #CC0D9B: hue angle of 315.39º 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 #CC0D9B is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 13 | 155 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.2 |
| HSL | 315.39º | 0.88% | 0.43% | - |
| HSV(B) | 315.39º | 0.94% | 0.8% | - |
| XYZ | 30.96 | 15.49 | 32.37 | - |
| YUV | 86.3 | 166.78 | 211.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 13 | 155 | 0 | 0.94 | 0.24 | 0.2 | 315.39 | 0.88 | 0.43 |
| Hex | CC | D | 9B | 0 | 5E | 18 | 14 | 13B | 58 | 2B |
| Octal | 314 | 15 | 233 | 0 | 136 | 30 | 24 | 473 | 130 | 53 |
| Binary | 11001100 | 1101 | 10011011 | 0 | 1011110 | 11000 | 10100 | 100111011 | 1011000 | 101011 |
Color Harmonies of #CC0D9B
Complementary color
Monochromatic Colors of #CC0D9B
Black with #CC0D9B
Text Example
Text Example
White with #CC0D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0D9B; }
p { color: rgb(204,13,155); }
H1.HeaderClassName
{
color: #CC0D9B;
}
.AnyTagClassName
{
color: #CC0D9B;
}
</style>
background-color css
<style>
a { background-color: #CC0D9B; }
a { background-color: rgb(204,13,155); }
div.DivClassName
{
background-color: #CC0D9B;
}
.BgClassName
{
background-color: #CC0D9B;
}
</style>
border-color css
<style>
span { border-color: #CC0D9B; }
span { border-color: rgb(204,13,155); }
td.TdClassName
{
border-color: #CC0D9B;
}
.TagClassName
{
border-color: #CC0D9B;
}
</style>