Shades of Medium Violet Red #CC097D
Tints of Medium Violet Red #CC097D
RGB
CMYK
RGB Variations
Color information
#CC097D (or 0xCC097D) is known color: Medium Violet Red. HEX triplet: CC, 09 and 7D. RGB value is (204,9,125). Sum of RGB (Red+Green+Blue) = 204+9+125=338 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.36% from 338); Green value is 9 (3.91% from 255 or 2.66% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 204 - color contains mainly: red. Hex color #CC097D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC097D is #33F682. Grayscale: #505050. Windows color (decimal): -3405443 or 8194508. OLE color: 8194508.
HSL color Cylindrical-coordinate representation of color #CC097D: hue angle of 324.31º 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 #CC097D is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 9 | 125 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.2 |
| HSL | 324.31º | 0.92% | 0.42% | - |
| HSV(B) | 324.31º | 0.96% | 0.8% | - |
| XYZ | 28.7 | 14.51 | 20.69 | - |
| YUV | 80.53 | 153.1 | 216.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 9 | 125 | 0 | 0.96 | 0.39 | 0.2 | 324.31 | 0.92 | 0.42 |
| Hex | CC | 9 | 7D | 0 | 60 | 27 | 14 | 144 | 5C | 2A |
| Octal | 314 | 11 | 175 | 0 | 140 | 47 | 24 | 504 | 134 | 52 |
| Binary | 11001100 | 1001 | 1111101 | 0 | 1100000 | 100111 | 10100 | 101000100 | 1011100 | 101010 |
Color Harmonies of #CC097D
Complementary color
Monochromatic Colors of #CC097D
Black with #CC097D
Text Example
Text Example
White with #CC097D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC097D; }
p { color: rgb(204,9,125); }
H1.HeaderClassName
{
color: #CC097D;
}
.AnyTagClassName
{
color: #CC097D;
}
</style>
background-color css
<style>
a { background-color: #CC097D; }
a { background-color: rgb(204,9,125); }
div.DivClassName
{
background-color: #CC097D;
}
.BgClassName
{
background-color: #CC097D;
}
</style>
border-color css
<style>
span { border-color: #CC097D; }
span { border-color: rgb(204,9,125); }
td.TdClassName
{
border-color: #CC097D;
}
.TagClassName
{
border-color: #CC097D;
}
</style>