Shades of Medium Violet Red #CF24AF
Tints of Medium Violet Red #CF24AF
RGB
CMYK
RGB Variations
Color information
#CF24AF (or 0xCF24AF) is known color: Medium Violet Red. HEX triplet: CF, 24 and AF. RGB value is (207,36,175). Sum of RGB (Red+Green+Blue) = 207+36+175=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 36 (14.45% from 255 or 8.61% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CF24AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF24AF is #30DB50. Grayscale: #666666. Windows color (decimal): -3201873 or 11478223. OLE color: 11478223.
HSL color Cylindrical-coordinate representation of color #CF24AF: hue angle of 311.23º 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 #CF24AF is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 36 | 175 | - |
| CMYK | 0 | 0.83 | 0.15 | 0.19 |
| HSL | 311.23º | 0.7% | 0.48% | - |
| HSV(B) | 311.23º | 0.83% | 0.81% | - |
| XYZ | 34.1 | 17.62 | 42.16 | - |
| YUV | 102.98 | 168.65 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 36 | 175 | 0 | 0.83 | 0.15 | 0.19 | 311.23 | 0.7 | 0.48 |
| Hex | CF | 24 | AF | 0 | 53 | F | 13 | 137 | 46 | 30 |
| Octal | 317 | 44 | 257 | 0 | 123 | 17 | 23 | 467 | 106 | 60 |
| Binary | 11001111 | 100100 | 10101111 | 0 | 1010011 | 1111 | 10011 | 100110111 | 1000110 | 110000 |
Color Harmonies of #CF24AF
Complementary color
Monochromatic Colors of #CF24AF
Black with #CF24AF
Text Example
Text Example
White with #CF24AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF24AF; }
p { color: rgb(207,36,175); }
H1.HeaderClassName
{
color: #CF24AF;
}
.AnyTagClassName
{
color: #CF24AF;
}
</style>
background-color css
<style>
a { background-color: #CF24AF; }
a { background-color: rgb(207,36,175); }
div.DivClassName
{
background-color: #CF24AF;
}
.BgClassName
{
background-color: #CF24AF;
}
</style>
border-color css
<style>
span { border-color: #CF24AF; }
span { border-color: rgb(207,36,175); }
td.TdClassName
{
border-color: #CF24AF;
}
.TagClassName
{
border-color: #CF24AF;
}
</style>