Shades of Medium Violet Red #CC009B
Tints of Medium Violet Red #CC009B
RGB
CMYK
RGB Variations
Color information
#CC009B (or 0xCC009B) is known color: Medium Violet Red. HEX triplet: CC, 00 and 9B. RGB value is (204,0,155). Sum of RGB (Red+Green+Blue) = 204+0+155=359 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.82% from 359); Green value is 0 (0.39% from 255 or 0% from 359); Blue value is 155 (60.94% from 255 or 43.18% from 359); Max value from RGB is 204 - color contains mainly: red. Hex color #CC009B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC009B is #33FF64. Grayscale: #4E4E4E. Windows color (decimal): -3407717 or 10158284. OLE color: 10158284.
HSL color Cylindrical-coordinate representation of color #CC009B: hue angle of 314.41º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC009B is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 0 | 155 | - |
| CMYK | 0 | 1 | 0.24 | 0.2 |
| HSL | 314.41º | 1% | 0.4% | - |
| HSV(B) | 314.41º | 1% | 0.8% | - |
| XYZ | 30.82 | 15.2 | 32.32 | - |
| YUV | 78.67 | 171.09 | 217.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 0 | 155 | 0 | 1 | 0.24 | 0.2 | 314.41 | 1 | 0.4 |
| Hex | CC | 0 | 9B | 0 | 64 | 18 | 14 | 13A | 64 | 28 |
| Octal | 314 | 0 | 233 | 0 | 144 | 30 | 24 | 472 | 144 | 50 |
| Binary | 11001100 | 0 | 10011011 | 0 | 1100100 | 11000 | 10100 | 100111010 | 1100100 | 101000 |
Color Harmonies of #CC009B
Complementary color
Monochromatic Colors of #CC009B
Black with #CC009B
Text Example
Text Example
White with #CC009B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC009B; }
p { color: rgb(204,0,155); }
H1.HeaderClassName
{
color: #CC009B;
}
.AnyTagClassName
{
color: #CC009B;
}
</style>
background-color css
<style>
a { background-color: #CC009B; }
a { background-color: rgb(204,0,155); }
div.DivClassName
{
background-color: #CC009B;
}
.BgClassName
{
background-color: #CC009B;
}
</style>
border-color css
<style>
span { border-color: #CC009B; }
span { border-color: rgb(204,0,155); }
td.TdClassName
{
border-color: #CC009B;
}
.TagClassName
{
border-color: #CC009B;
}
</style>