Shades of Medium Violet Red #CF258A
Tints of Medium Violet Red #CF258A
RGB
CMYK
RGB Variations
Color information
#CF258A (or 0xCF258A) is known color: Medium Violet Red. HEX triplet: CF, 25 and 8A. RGB value is (207,37,138). Sum of RGB (Red+Green+Blue) = 207+37+138=382 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.19% from 382); Green value is 37 (14.84% from 255 or 9.69% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 207 - color contains mainly: red. Hex color #CF258A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF258A is #30DA75. Grayscale: #636363. Windows color (decimal): -3201654 or 9053647. OLE color: 9053647.
HSL color Cylindrical-coordinate representation of color #CF258A: hue angle of 324.35º 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 #CF258A is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 37 | 138 | - |
| CMYK | 0 | 0.82 | 0.33 | 0.19 |
| HSL | 324.35º | 0.7% | 0.48% | - |
| HSV(B) | 324.35º | 0.82% | 0.81% | - |
| XYZ | 30.98 | 16.42 | 25.58 | - |
| YUV | 99.34 | 149.82 | 204.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 37 | 138 | 0 | 0.82 | 0.33 | 0.19 | 324.35 | 0.7 | 0.48 |
| Hex | CF | 25 | 8A | 0 | 52 | 21 | 13 | 144 | 46 | 30 |
| Octal | 317 | 45 | 212 | 0 | 122 | 41 | 23 | 504 | 106 | 60 |
| Binary | 11001111 | 100101 | 10001010 | 0 | 1010010 | 100001 | 10011 | 101000100 | 1000110 | 110000 |
Color Harmonies of #CF258A
Complementary color
Monochromatic Colors of #CF258A
Black with #CF258A
Text Example
Text Example
White with #CF258A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF258A; }
p { color: rgb(207,37,138); }
H1.HeaderClassName
{
color: #CF258A;
}
.AnyTagClassName
{
color: #CF258A;
}
</style>
background-color css
<style>
a { background-color: #CF258A; }
a { background-color: rgb(207,37,138); }
div.DivClassName
{
background-color: #CF258A;
}
.BgClassName
{
background-color: #CF258A;
}
</style>
border-color css
<style>
span { border-color: #CF258A; }
span { border-color: rgb(207,37,138); }
td.TdClassName
{
border-color: #CF258A;
}
.TagClassName
{
border-color: #CF258A;
}
</style>