Shades of Medium Violet Red #CF2175
Tints of Medium Violet Red #CF2175
RGB
CMYK
RGB Variations
Color information
#CF2175 (or 0xCF2175) is known color: Medium Violet Red. HEX triplet: CF, 21 and 75. RGB value is (207,33,117). Sum of RGB (Red+Green+Blue) = 207+33+117=357 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.98% from 357); Green value is 33 (13.28% from 255 or 9.24% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2175 is #30DE8A. Grayscale: #5E5E5E. Windows color (decimal): -3202699 or 7676367. OLE color: 7676367.
HSL color Cylindrical-coordinate representation of color #CF2175: hue angle of 331.03º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF2175 is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 33 | 117 | - |
| CMYK | 0 | 0.84 | 0.43 | 0.19 |
| HSL | 331.03º | 0.73% | 0.47% | - |
| HSV(B) | 331.03º | 0.84% | 0.81% | - |
| XYZ | 29.49 | 15.64 | 18.29 | - |
| YUV | 94.6 | 140.65 | 208.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 33 | 117 | 0 | 0.84 | 0.43 | 0.19 | 331.03 | 0.73 | 0.47 |
| Hex | CF | 21 | 75 | 0 | 54 | 2B | 13 | 14B | 48 | 2F |
| Octal | 317 | 41 | 165 | 0 | 124 | 53 | 23 | 513 | 110 | 57 |
| Binary | 11001111 | 100001 | 1110101 | 0 | 1010100 | 101011 | 10011 | 101001011 | 1001000 | 101111 |
Color Harmonies of #CF2175
Complementary color
Monochromatic Colors of #CF2175
Black with #CF2175
Text Example
Text Example
White with #CF2175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2175; }
p { color: rgb(207,33,117); }
H1.HeaderClassName
{
color: #CF2175;
}
.AnyTagClassName
{
color: #CF2175;
}
</style>
background-color css
<style>
a { background-color: #CF2175; }
a { background-color: rgb(207,33,117); }
div.DivClassName
{
background-color: #CF2175;
}
.BgClassName
{
background-color: #CF2175;
}
</style>
border-color css
<style>
span { border-color: #CF2175; }
span { border-color: rgb(207,33,117); }
td.TdClassName
{
border-color: #CF2175;
}
.TagClassName
{
border-color: #CF2175;
}
</style>