Shades of Medium Violet Red #CF0375
Tints of Medium Violet Red #CF0375
RGB
CMYK
RGB Variations
Color information
#CF0375 (or 0xCF0375) is known color: Medium Violet Red. HEX triplet: CF, 03 and 75. RGB value is (207,3,117). Sum of RGB (Red+Green+Blue) = 207+3+117=327 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.30% from 327); Green value is 3 (1.56% from 255 or 0.92% from 327); Blue value is 117 (46.09% from 255 or 35.78% from 327); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0375 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0375 is #30FC8A. Grayscale: #4C4C4C. Windows color (decimal): -3210379 or 7668687. OLE color: 7668687.
HSL color Cylindrical-coordinate representation of color #CF0375: hue angle of 326.47º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF0375 is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 3 | 117 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.19 |
| HSL | 326.47º | 0.97% | 0.41% | - |
| HSV(B) | 326.47º | 0.99% | 0.81% | - |
| XYZ | 28.98 | 14.61 | 18.12 | - |
| YUV | 76.99 | 150.59 | 220.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 3 | 117 | 0 | 0.99 | 0.43 | 0.19 | 326.47 | 0.97 | 0.41 |
| Hex | CF | 3 | 75 | 0 | 63 | 2B | 13 | 146 | 61 | 29 |
| Octal | 317 | 3 | 165 | 0 | 143 | 53 | 23 | 506 | 141 | 51 |
| Binary | 11001111 | 11 | 1110101 | 0 | 1100011 | 101011 | 10011 | 101000110 | 1100001 | 101001 |
Color Harmonies of #CF0375
Complementary color
Monochromatic Colors of #CF0375
Black with #CF0375
Text Example
Text Example
White with #CF0375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0375; }
p { color: rgb(207,3,117); }
H1.HeaderClassName
{
color: #CF0375;
}
.AnyTagClassName
{
color: #CF0375;
}
</style>
background-color css
<style>
a { background-color: #CF0375; }
a { background-color: rgb(207,3,117); }
div.DivClassName
{
background-color: #CF0375;
}
.BgClassName
{
background-color: #CF0375;
}
</style>
border-color css
<style>
span { border-color: #CF0375; }
span { border-color: rgb(207,3,117); }
td.TdClassName
{
border-color: #CF0375;
}
.TagClassName
{
border-color: #CF0375;
}
</style>