Shades of Medium Violet Red #CF258C
Tints of Medium Violet Red #CF258C
RGB
CMYK
RGB Variations
Color information
#CF258C (or 0xCF258C) is known color: Medium Violet Red. HEX triplet: CF, 25 and 8C. RGB value is (207,37,140). Sum of RGB (Red+Green+Blue) = 207+37+140=384 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.91% from 384); Green value is 37 (14.84% from 255 or 9.64% from 384); Blue value is 140 (55.08% from 255 or 36.46% from 384); Max value from RGB is 207 - color contains mainly: red. Hex color #CF258C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF258C is #30DA73. Grayscale: #636363. Windows color (decimal): -3201652 or 9184719. OLE color: 9184719.
HSL color Cylindrical-coordinate representation of color #CF258C: hue angle of 323.65º 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 #CF258C is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 37 | 140 | - |
| CMYK | 0 | 0.82 | 0.32 | 0.19 |
| HSL | 323.65º | 0.7% | 0.48% | - |
| HSV(B) | 323.65º | 0.82% | 0.81% | - |
| XYZ | 31.13 | 16.48 | 26.35 | - |
| YUV | 99.57 | 150.82 | 204.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 37 | 140 | 0 | 0.82 | 0.32 | 0.19 | 323.65 | 0.7 | 0.48 |
| Hex | CF | 25 | 8C | 0 | 52 | 20 | 13 | 144 | 46 | 30 |
| Octal | 317 | 45 | 214 | 0 | 122 | 40 | 23 | 504 | 106 | 60 |
| Binary | 11001111 | 100101 | 10001100 | 0 | 1010010 | 100000 | 10011 | 101000100 | 1000110 | 110000 |
Color Harmonies of #CF258C
Complementary color
Monochromatic Colors of #CF258C
Black with #CF258C
Text Example
Text Example
White with #CF258C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF258C; }
p { color: rgb(207,37,140); }
H1.HeaderClassName
{
color: #CF258C;
}
.AnyTagClassName
{
color: #CF258C;
}
</style>
background-color css
<style>
a { background-color: #CF258C; }
a { background-color: rgb(207,37,140); }
div.DivClassName
{
background-color: #CF258C;
}
.BgClassName
{
background-color: #CF258C;
}
</style>
border-color css
<style>
span { border-color: #CF258C; }
span { border-color: rgb(207,37,140); }
td.TdClassName
{
border-color: #CF258C;
}
.TagClassName
{
border-color: #CF258C;
}
</style>