Shades of Medium Violet Red #CF25AA
Tints of Medium Violet Red #CF25AA
RGB
CMYK
RGB Variations
Color information
#CF25AA (or 0xCF25AA) is known color: Medium Violet Red. HEX triplet: CF, 25 and AA. RGB value is (207,37,170). Sum of RGB (Red+Green+Blue) = 207+37+170=414 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50% from 414); Green value is 37 (14.84% from 255 or 8.94% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 207 - color contains mainly: red. Hex color #CF25AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF25AA is #30DA55. Grayscale: #666666. Windows color (decimal): -3201622 or 11150799. OLE color: 11150799.
HSL color Cylindrical-coordinate representation of color #CF25AA: hue angle of 313.06º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF25AA is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 37 | 170 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.19 |
| HSL | 313.06º | 0.7% | 0.48% | - |
| HSV(B) | 313.06º | 0.82% | 0.81% | - |
| XYZ | 33.65 | 17.49 | 39.63 | - |
| YUV | 102.99 | 165.82 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 37 | 170 | 0 | 0.82 | 0.18 | 0.19 | 313.06 | 0.7 | 0.48 |
| Hex | CF | 25 | AA | 0 | 52 | 12 | 13 | 139 | 46 | 30 |
| Octal | 317 | 45 | 252 | 0 | 122 | 22 | 23 | 471 | 106 | 60 |
| Binary | 11001111 | 100101 | 10101010 | 0 | 1010010 | 10010 | 10011 | 100111001 | 1000110 | 110000 |
Color Harmonies of #CF25AA
Complementary color
Monochromatic Colors of #CF25AA
Black with #CF25AA
Text Example
Text Example
White with #CF25AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF25AA; }
p { color: rgb(207,37,170); }
H1.HeaderClassName
{
color: #CF25AA;
}
.AnyTagClassName
{
color: #CF25AA;
}
</style>
background-color css
<style>
a { background-color: #CF25AA; }
a { background-color: rgb(207,37,170); }
div.DivClassName
{
background-color: #CF25AA;
}
.BgClassName
{
background-color: #CF25AA;
}
</style>
border-color css
<style>
span { border-color: #CF25AA; }
span { border-color: rgb(207,37,170); }
td.TdClassName
{
border-color: #CF25AA;
}
.TagClassName
{
border-color: #CF25AA;
}
</style>