Shades of Medium Violet Red #CC1F74
Tints of Medium Violet Red #CC1F74
RGB
CMYK
RGB Variations
Color information
#CC1F74 (or 0xCC1F74) is known color: Medium Violet Red. HEX triplet: CC, 1F and 74. RGB value is (204,31,116). Sum of RGB (Red+Green+Blue) = 204+31+116=351 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.12% from 351); Green value is 31 (12.5% from 255 or 8.83% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1F74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC1F74 is #33E08B. Grayscale: #5C5C5C. Windows color (decimal): -3399820 or 7610316. OLE color: 7610316.
HSL color Cylindrical-coordinate representation of color #CC1F74: hue angle of 330.52º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC1F74 is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 31 | 116 | - |
| CMYK | 0 | 0.85 | 0.43 | 0.2 |
| HSL | 330.52º | 0.74% | 0.46% | - |
| HSV(B) | 330.52º | 0.85% | 0.8% | - |
| XYZ | 28.54 | 15.08 | 17.93 | - |
| YUV | 92.42 | 141.31 | 207.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 31 | 116 | 0 | 0.85 | 0.43 | 0.2 | 330.52 | 0.74 | 0.46 |
| Hex | CC | 1F | 74 | 0 | 55 | 2B | 14 | 14B | 4A | 2E |
| Octal | 314 | 37 | 164 | 0 | 125 | 53 | 24 | 513 | 112 | 56 |
| Binary | 11001100 | 11111 | 1110100 | 0 | 1010101 | 101011 | 10100 | 101001011 | 1001010 | 101110 |
Color Harmonies of #CC1F74
Complementary color
Monochromatic Colors of #CC1F74
Black with #CC1F74
Text Example
Text Example
White with #CC1F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1F74; }
p { color: rgb(204,31,116); }
H1.HeaderClassName
{
color: #CC1F74;
}
.AnyTagClassName
{
color: #CC1F74;
}
</style>
background-color css
<style>
a { background-color: #CC1F74; }
a { background-color: rgb(204,31,116); }
div.DivClassName
{
background-color: #CC1F74;
}
.BgClassName
{
background-color: #CC1F74;
}
</style>
border-color css
<style>
span { border-color: #CC1F74; }
span { border-color: rgb(204,31,116); }
td.TdClassName
{
border-color: #CC1F74;
}
.TagClassName
{
border-color: #CC1F74;
}
</style>