Shades of Medium Violet Red #CF24AA
Tints of Medium Violet Red #CF24AA
RGB
CMYK
RGB Variations
Color information
#CF24AA (or 0xCF24AA) is known color: Medium Violet Red. HEX triplet: CF, 24 and AA. RGB value is (207,36,170). Sum of RGB (Red+Green+Blue) = 207+36+170=413 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.12% from 413); Green value is 36 (14.45% from 255 or 8.72% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 207 - color contains mainly: red. Hex color #CF24AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF24AA is #30DB55. Grayscale: #666666. Windows color (decimal): -3201878 or 11150543. OLE color: 11150543.
HSL color Cylindrical-coordinate representation of color #CF24AA: hue angle of 312.98º 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 #CF24AA is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 36 | 170 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.19 |
| HSL | 312.98º | 0.7% | 0.48% | - |
| HSV(B) | 312.98º | 0.83% | 0.81% | - |
| XYZ | 33.62 | 17.43 | 39.62 | - |
| YUV | 102.41 | 166.15 | 202.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 36 | 170 | 0 | 0.83 | 0.18 | 0.19 | 312.98 | 0.7 | 0.48 |
| Hex | CF | 24 | AA | 0 | 53 | 12 | 13 | 139 | 46 | 30 |
| Octal | 317 | 44 | 252 | 0 | 123 | 22 | 23 | 471 | 106 | 60 |
| Binary | 11001111 | 100100 | 10101010 | 0 | 1010011 | 10010 | 10011 | 100111001 | 1000110 | 110000 |
Color Harmonies of #CF24AA
Complementary color
Monochromatic Colors of #CF24AA
Black with #CF24AA
Text Example
Text Example
White with #CF24AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF24AA; }
p { color: rgb(207,36,170); }
H1.HeaderClassName
{
color: #CF24AA;
}
.AnyTagClassName
{
color: #CF24AA;
}
</style>
background-color css
<style>
a { background-color: #CF24AA; }
a { background-color: rgb(207,36,170); }
div.DivClassName
{
background-color: #CF24AA;
}
.BgClassName
{
background-color: #CF24AA;
}
</style>
border-color css
<style>
span { border-color: #CF24AA; }
span { border-color: rgb(207,36,170); }
td.TdClassName
{
border-color: #CF24AA;
}
.TagClassName
{
border-color: #CF24AA;
}
</style>