Shades of Medium Violet Red #CF0472
Tints of Medium Violet Red #CF0472
RGB
CMYK
RGB Variations
Color information
#CF0472 (or 0xCF0472) is known color: Medium Violet Red. HEX triplet: CF, 04 and 72. RGB value is (207,4,114). Sum of RGB (Red+Green+Blue) = 207+4+114=325 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.69% from 325); Green value is 4 (1.95% from 255 or 1.23% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0472 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0472 is #30FB8D. Grayscale: #4D4D4D. Windows color (decimal): -3210126 or 7472335. OLE color: 7472335.
HSL color Cylindrical-coordinate representation of color #CF0472: hue angle of 327.49º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF0472 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 4 | 114 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.19 |
| HSL | 327.49º | 0.96% | 0.41% | - |
| HSV(B) | 327.49º | 0.98% | 0.81% | - |
| XYZ | 28.81 | 14.57 | 17.21 | - |
| YUV | 77.24 | 148.75 | 220.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 4 | 114 | 0 | 0.98 | 0.45 | 0.19 | 327.49 | 0.96 | 0.41 |
| Hex | CF | 4 | 72 | 0 | 62 | 2D | 13 | 147 | 60 | 29 |
| Octal | 317 | 4 | 162 | 0 | 142 | 55 | 23 | 507 | 140 | 51 |
| Binary | 11001111 | 100 | 1110010 | 0 | 1100010 | 101101 | 10011 | 101000111 | 1100000 | 101001 |
Color Harmonies of #CF0472
Complementary color
Monochromatic Colors of #CF0472
Black with #CF0472
Text Example
Text Example
White with #CF0472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0472; }
p { color: rgb(207,4,114); }
H1.HeaderClassName
{
color: #CF0472;
}
.AnyTagClassName
{
color: #CF0472;
}
</style>
background-color css
<style>
a { background-color: #CF0472; }
a { background-color: rgb(207,4,114); }
div.DivClassName
{
background-color: #CF0472;
}
.BgClassName
{
background-color: #CF0472;
}
</style>
border-color css
<style>
span { border-color: #CF0472; }
span { border-color: rgb(207,4,114); }
td.TdClassName
{
border-color: #CF0472;
}
.TagClassName
{
border-color: #CF0472;
}
</style>