Shades of Medium Violet Red #CF04A2
Tints of Medium Violet Red #CF04A2
RGB
CMYK
RGB Variations
Color information
#CF04A2 (or 0xCF04A2) is known color: Medium Violet Red. HEX triplet: CF, 04 and A2. RGB value is (207,4,162). Sum of RGB (Red+Green+Blue) = 207+4+162=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 4 (1.95% from 255 or 1.07% from 373); Blue value is 162 (63.67% from 255 or 43.43% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CF04A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF04A2 is #30FB5D. Grayscale: #525252. Windows color (decimal): -3210078 or 10618063. OLE color: 10618063.
HSL color Cylindrical-coordinate representation of color #CF04A2: hue angle of 313.3º 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 #CF04A2 is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 4 | 162 | - |
| CMYK | 0 | 0.98 | 0.22 | 0.19 |
| HSL | 313.3º | 0.96% | 0.41% | - |
| HSV(B) | 313.3º | 0.98% | 0.81% | - |
| XYZ | 32.3 | 15.96 | 35.56 | - |
| YUV | 82.71 | 172.75 | 216.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 4 | 162 | 0 | 0.98 | 0.22 | 0.19 | 313.3 | 0.96 | 0.41 |
| Hex | CF | 4 | A2 | 0 | 62 | 16 | 13 | 139 | 60 | 29 |
| Octal | 317 | 4 | 242 | 0 | 142 | 26 | 23 | 471 | 140 | 51 |
| Binary | 11001111 | 100 | 10100010 | 0 | 1100010 | 10110 | 10011 | 100111001 | 1100000 | 101001 |
Color Harmonies of #CF04A2
Complementary color
Monochromatic Colors of #CF04A2
Black with #CF04A2
Text Example
Text Example
White with #CF04A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF04A2; }
p { color: rgb(207,4,162); }
H1.HeaderClassName
{
color: #CF04A2;
}
.AnyTagClassName
{
color: #CF04A2;
}
</style>
background-color css
<style>
a { background-color: #CF04A2; }
a { background-color: rgb(207,4,162); }
div.DivClassName
{
background-color: #CF04A2;
}
.BgClassName
{
background-color: #CF04A2;
}
</style>
border-color css
<style>
span { border-color: #CF04A2; }
span { border-color: rgb(207,4,162); }
td.TdClassName
{
border-color: #CF04A2;
}
.TagClassName
{
border-color: #CF04A2;
}
</style>