Shades of Medium Violet Red #CF24AB
Tints of Medium Violet Red #CF24AB
RGB
CMYK
RGB Variations
Color information
#CF24AB (or 0xCF24AB) is known color: Medium Violet Red. HEX triplet: CF, 24 and AB. RGB value is (207,36,171). Sum of RGB (Red+Green+Blue) = 207+36+171=414 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50% from 414); Green value is 36 (14.45% from 255 or 8.70% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 207 - color contains mainly: red. Hex color #CF24AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF24AB is #30DB54. Grayscale: #666666. Windows color (decimal): -3201877 or 11216079. OLE color: 11216079.
HSL color Cylindrical-coordinate representation of color #CF24AB: hue angle of 312.63º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF24AB is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 36 | 171 | - |
| CMYK | 0 | 0.83 | 0.17 | 0.19 |
| HSL | 312.63º | 0.7% | 0.48% | - |
| HSV(B) | 312.63º | 0.83% | 0.81% | - |
| XYZ | 33.71 | 17.47 | 40.12 | - |
| YUV | 102.52 | 166.65 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 36 | 171 | 0 | 0.83 | 0.17 | 0.19 | 312.63 | 0.7 | 0.48 |
| Hex | CF | 24 | AB | 0 | 53 | 11 | 13 | 139 | 46 | 30 |
| Octal | 317 | 44 | 253 | 0 | 123 | 21 | 23 | 471 | 106 | 60 |
| Binary | 11001111 | 100100 | 10101011 | 0 | 1010011 | 10001 | 10011 | 100111001 | 1000110 | 110000 |
Color Harmonies of #CF24AB
Complementary color
Monochromatic Colors of #CF24AB
Black with #CF24AB
Text Example
Text Example
White with #CF24AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF24AB; }
p { color: rgb(207,36,171); }
H1.HeaderClassName
{
color: #CF24AB;
}
.AnyTagClassName
{
color: #CF24AB;
}
</style>
background-color css
<style>
a { background-color: #CF24AB; }
a { background-color: rgb(207,36,171); }
div.DivClassName
{
background-color: #CF24AB;
}
.BgClassName
{
background-color: #CF24AB;
}
</style>
border-color css
<style>
span { border-color: #CF24AB; }
span { border-color: rgb(207,36,171); }
td.TdClassName
{
border-color: #CF24AB;
}
.TagClassName
{
border-color: #CF24AB;
}
</style>