Shades of Medium Violet Red #CC1897
Tints of Medium Violet Red #CC1897
RGB
CMYK
RGB Variations
Color information
#CC1897 (or 0xCC1897) is known color: Medium Violet Red. HEX triplet: CC, 18 and 97. RGB value is (204,24,151). Sum of RGB (Red+Green+Blue) = 204+24+151=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 24 (9.77% from 255 or 6.33% from 379); Blue value is 151 (59.38% from 255 or 39.84% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1897 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1897 is #33E768. Grayscale: #5B5B5B. Windows color (decimal): -3401577 or 9902284. OLE color: 9902284.
HSL color Cylindrical-coordinate representation of color #CC1897: hue angle of 317.67º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC1897 is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 24 | 151 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.2 |
| HSL | 317.67º | 0.79% | 0.45% | - |
| HSV(B) | 317.67º | 0.88% | 0.8% | - |
| XYZ | 30.81 | 15.73 | 30.69 | - |
| YUV | 92.3 | 161.13 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 24 | 151 | 0 | 0.88 | 0.26 | 0.2 | 317.67 | 0.79 | 0.45 |
| Hex | CC | 18 | 97 | 0 | 58 | 1A | 14 | 13E | 4F | 2D |
| Octal | 314 | 30 | 227 | 0 | 130 | 32 | 24 | 476 | 117 | 55 |
| Binary | 11001100 | 11000 | 10010111 | 0 | 1011000 | 11010 | 10100 | 100111110 | 1001111 | 101101 |
Color Harmonies of #CC1897
Complementary color
Monochromatic Colors of #CC1897
Black with #CC1897
Text Example
Text Example
White with #CC1897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1897; }
p { color: rgb(204,24,151); }
H1.HeaderClassName
{
color: #CC1897;
}
.AnyTagClassName
{
color: #CC1897;
}
</style>
background-color css
<style>
a { background-color: #CC1897; }
a { background-color: rgb(204,24,151); }
div.DivClassName
{
background-color: #CC1897;
}
.BgClassName
{
background-color: #CC1897;
}
</style>
border-color css
<style>
span { border-color: #CC1897; }
span { border-color: rgb(204,24,151); }
td.TdClassName
{
border-color: #CC1897;
}
.TagClassName
{
border-color: #CC1897;
}
</style>