Shades of Medium Violet Red #CF048A
Tints of Medium Violet Red #CF048A
RGB
CMYK
RGB Variations
Color information
#CF048A (or 0xCF048A) is known color: Medium Violet Red. HEX triplet: CF, 04 and 8A. RGB value is (207,4,138). Sum of RGB (Red+Green+Blue) = 207+4+138=349 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.31% from 349); Green value is 4 (1.95% from 255 or 1.15% from 349); Blue value is 138 (54.30% from 255 or 39.54% from 349); Max value from RGB is 207 - color contains mainly: red. Hex color #CF048A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF048A is #30FB75. Grayscale: #4F4F4F. Windows color (decimal): -3210102 or 9045199. OLE color: 9045199.
HSL color Cylindrical-coordinate representation of color #CF048A: hue angle of 320.39º 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 #CF048A is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 4 | 138 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.19 |
| HSL | 320.39º | 0.96% | 0.41% | - |
| HSV(B) | 320.39º | 0.98% | 0.81% | - |
| XYZ | 30.36 | 15.19 | 25.38 | - |
| YUV | 79.97 | 160.75 | 218.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 4 | 138 | 0 | 0.98 | 0.33 | 0.19 | 320.39 | 0.96 | 0.41 |
| Hex | CF | 4 | 8A | 0 | 62 | 21 | 13 | 140 | 60 | 29 |
| Octal | 317 | 4 | 212 | 0 | 142 | 41 | 23 | 500 | 140 | 51 |
| Binary | 11001111 | 100 | 10001010 | 0 | 1100010 | 100001 | 10011 | 101000000 | 1100000 | 101001 |
Color Harmonies of #CF048A
Complementary color
Monochromatic Colors of #CF048A
Black with #CF048A
Text Example
Text Example
White with #CF048A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF048A; }
p { color: rgb(207,4,138); }
H1.HeaderClassName
{
color: #CF048A;
}
.AnyTagClassName
{
color: #CF048A;
}
</style>
background-color css
<style>
a { background-color: #CF048A; }
a { background-color: rgb(207,4,138); }
div.DivClassName
{
background-color: #CF048A;
}
.BgClassName
{
background-color: #CF048A;
}
</style>
border-color css
<style>
span { border-color: #CF048A; }
span { border-color: rgb(207,4,138); }
td.TdClassName
{
border-color: #CF048A;
}
.TagClassName
{
border-color: #CF048A;
}
</style>