Shades of Medium Violet Red #CC1C97
Tints of Medium Violet Red #CC1C97
RGB
CMYK
RGB Variations
Color information
#CC1C97 (or 0xCC1C97) is known color: Medium Violet Red. HEX triplet: CC, 1C and 97. RGB value is (204,28,151). Sum of RGB (Red+Green+Blue) = 204+28+151=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 28 (11.33% from 255 or 7.31% from 383); Blue value is 151 (59.38% from 255 or 39.43% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1C97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC1C97 is #33E368. Grayscale: #5E5E5E. Windows color (decimal): -3400553 or 9903308. OLE color: 9903308.
HSL color Cylindrical-coordinate representation of color #CC1C97: hue angle of 318.07º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC1C97 is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 28 | 151 | - |
| CMYK | 0 | 0.86 | 0.26 | 0.2 |
| HSL | 318.07º | 0.76% | 0.45% | - |
| HSV(B) | 318.07º | 0.86% | 0.8% | - |
| XYZ | 30.9 | 15.9 | 30.72 | - |
| YUV | 94.65 | 159.81 | 206 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 28 | 151 | 0 | 0.86 | 0.26 | 0.2 | 318.07 | 0.76 | 0.45 |
| Hex | CC | 1C | 97 | 0 | 56 | 1A | 14 | 13E | 4C | 2D |
| Octal | 314 | 34 | 227 | 0 | 126 | 32 | 24 | 476 | 114 | 55 |
| Binary | 11001100 | 11100 | 10010111 | 0 | 1010110 | 11010 | 10100 | 100111110 | 1001100 | 101101 |
Color Harmonies of #CC1C97
Complementary color
Monochromatic Colors of #CC1C97
Black with #CC1C97
Text Example
Text Example
White with #CC1C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1C97; }
p { color: rgb(204,28,151); }
H1.HeaderClassName
{
color: #CC1C97;
}
.AnyTagClassName
{
color: #CC1C97;
}
</style>
background-color css
<style>
a { background-color: #CC1C97; }
a { background-color: rgb(204,28,151); }
div.DivClassName
{
background-color: #CC1C97;
}
.BgClassName
{
background-color: #CC1C97;
}
</style>
border-color css
<style>
span { border-color: #CC1C97; }
span { border-color: rgb(204,28,151); }
td.TdClassName
{
border-color: #CC1C97;
}
.TagClassName
{
border-color: #CC1C97;
}
</style>