Shades of Medium Violet Red #CF259A
Tints of Medium Violet Red #CF259A
RGB
CMYK
RGB Variations
Color information
#CF259A (or 0xCF259A) is known color: Medium Violet Red. HEX triplet: CF, 25 and 9A. RGB value is (207,37,154). Sum of RGB (Red+Green+Blue) = 207+37+154=398 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.01% from 398); Green value is 37 (14.84% from 255 or 9.30% from 398); Blue value is 154 (60.55% from 255 or 38.69% from 398); Max value from RGB is 207 - color contains mainly: red. Hex color #CF259A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF259A is #30DA65. Grayscale: #646464. Windows color (decimal): -3201638 or 10102223. OLE color: 10102223.
HSL color Cylindrical-coordinate representation of color #CF259A: hue angle of 318.71º 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 #CF259A is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 37 | 154 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.19 |
| HSL | 318.71º | 0.7% | 0.48% | - |
| HSV(B) | 318.71º | 0.82% | 0.81% | - |
| XYZ | 32.23 | 16.92 | 32.14 | - |
| YUV | 101.17 | 157.82 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 37 | 154 | 0 | 0.82 | 0.26 | 0.19 | 318.71 | 0.7 | 0.48 |
| Hex | CF | 25 | 9A | 0 | 52 | 1A | 13 | 13F | 46 | 30 |
| Octal | 317 | 45 | 232 | 0 | 122 | 32 | 23 | 477 | 106 | 60 |
| Binary | 11001111 | 100101 | 10011010 | 0 | 1010010 | 11010 | 10011 | 100111111 | 1000110 | 110000 |
Color Harmonies of #CF259A
Complementary color
Monochromatic Colors of #CF259A
Black with #CF259A
Text Example
Text Example
White with #CF259A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF259A; }
p { color: rgb(207,37,154); }
H1.HeaderClassName
{
color: #CF259A;
}
.AnyTagClassName
{
color: #CF259A;
}
</style>
background-color css
<style>
a { background-color: #CF259A; }
a { background-color: rgb(207,37,154); }
div.DivClassName
{
background-color: #CF259A;
}
.BgClassName
{
background-color: #CF259A;
}
</style>
border-color css
<style>
span { border-color: #CF259A; }
span { border-color: rgb(207,37,154); }
td.TdClassName
{
border-color: #CF259A;
}
.TagClassName
{
border-color: #CF259A;
}
</style>