Shades of Medium Violet Red #CC0397
Tints of Medium Violet Red #CC0397
RGB
CMYK
RGB Variations
Color information
#CC0397 (or 0xCC0397) is known color: Medium Violet Red. HEX triplet: CC, 03 and 97. RGB value is (204,3,151). Sum of RGB (Red+Green+Blue) = 204+3+151=358 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.98% from 358); Green value is 3 (1.56% from 255 or 0.84% from 358); Blue value is 151 (59.38% from 255 or 42.18% from 358); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0397 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0397 is #33FC68. Grayscale: #4F4F4F. Windows color (decimal): -3406953 or 9896908. OLE color: 9896908.
HSL color Cylindrical-coordinate representation of color #CC0397: hue angle of 315.82º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC0397 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 3 | 151 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.2 |
| HSL | 315.82º | 0.97% | 0.41% | - |
| HSV(B) | 315.82º | 0.99% | 0.8% | - |
| XYZ | 30.52 | 15.14 | 30.59 | - |
| YUV | 79.97 | 168.09 | 216.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 3 | 151 | 0 | 0.99 | 0.26 | 0.2 | 315.82 | 0.97 | 0.41 |
| Hex | CC | 3 | 97 | 0 | 63 | 1A | 14 | 13C | 61 | 29 |
| Octal | 314 | 3 | 227 | 0 | 143 | 32 | 24 | 474 | 141 | 51 |
| Binary | 11001100 | 11 | 10010111 | 0 | 1100011 | 11010 | 10100 | 100111100 | 1100001 | 101001 |
Color Harmonies of #CC0397
Complementary color
Monochromatic Colors of #CC0397
Black with #CC0397
Text Example
Text Example
White with #CC0397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0397; }
p { color: rgb(204,3,151); }
H1.HeaderClassName
{
color: #CC0397;
}
.AnyTagClassName
{
color: #CC0397;
}
</style>
background-color css
<style>
a { background-color: #CC0397; }
a { background-color: rgb(204,3,151); }
div.DivClassName
{
background-color: #CC0397;
}
.BgClassName
{
background-color: #CC0397;
}
</style>
border-color css
<style>
span { border-color: #CC0397; }
span { border-color: rgb(204,3,151); }
td.TdClassName
{
border-color: #CC0397;
}
.TagClassName
{
border-color: #CC0397;
}
</style>