Shades of Medium Violet Red #CC1297
Tints of Medium Violet Red #CC1297
RGB
CMYK
RGB Variations
Color information
#CC1297 (or 0xCC1297) is known color: Medium Violet Red. HEX triplet: CC, 12 and 97. RGB value is (204,18,151). Sum of RGB (Red+Green+Blue) = 204+18+151=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 18 (7.42% from 255 or 4.83% from 373); Blue value is 151 (59.38% from 255 or 40.48% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1297 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1297 is #33ED68. Grayscale: #585858. Windows color (decimal): -3403113 or 9900748. OLE color: 9900748.
HSL color Cylindrical-coordinate representation of color #CC1297: hue angle of 317.1º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC1297 is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 18 | 151 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.2 |
| HSL | 317.1º | 0.84% | 0.44% | - |
| HSV(B) | 317.1º | 0.91% | 0.8% | - |
| XYZ | 30.7 | 15.5 | 30.65 | - |
| YUV | 88.78 | 163.12 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 18 | 151 | 0 | 0.91 | 0.26 | 0.2 | 317.1 | 0.84 | 0.44 |
| Hex | CC | 12 | 97 | 0 | 5B | 1A | 14 | 13D | 54 | 2C |
| Octal | 314 | 22 | 227 | 0 | 133 | 32 | 24 | 475 | 124 | 54 |
| Binary | 11001100 | 10010 | 10010111 | 0 | 1011011 | 11010 | 10100 | 100111101 | 1010100 | 101100 |
Color Harmonies of #CC1297
Complementary color
Monochromatic Colors of #CC1297
Black with #CC1297
Text Example
Text Example
White with #CC1297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1297; }
p { color: rgb(204,18,151); }
H1.HeaderClassName
{
color: #CC1297;
}
.AnyTagClassName
{
color: #CC1297;
}
</style>
background-color css
<style>
a { background-color: #CC1297; }
a { background-color: rgb(204,18,151); }
div.DivClassName
{
background-color: #CC1297;
}
.BgClassName
{
background-color: #CC1297;
}
</style>
border-color css
<style>
span { border-color: #CC1297; }
span { border-color: rgb(204,18,151); }
td.TdClassName
{
border-color: #CC1297;
}
.TagClassName
{
border-color: #CC1297;
}
</style>