Shades of Medium Violet Red #CF2483
Tints of Medium Violet Red #CF2483
RGB
CMYK
RGB Variations
Color information
#CF2483 (or 0xCF2483) is known color: Medium Violet Red. HEX triplet: CF, 24 and 83. RGB value is (207,36,131). Sum of RGB (Red+Green+Blue) = 207+36+131=374 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.35% from 374); Green value is 36 (14.45% from 255 or 9.63% from 374); Blue value is 131 (51.56% from 255 or 35.03% from 374); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2483 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2483 is #30DB7C. Grayscale: #616161. Windows color (decimal): -3201917 or 8594639. OLE color: 8594639.
HSL color Cylindrical-coordinate representation of color #CF2483: hue angle of 326.67º 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 #CF2483 is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 36 | 131 | - |
| CMYK | 0 | 0.83 | 0.37 | 0.19 |
| HSL | 326.67º | 0.7% | 0.48% | - |
| HSV(B) | 326.67º | 0.83% | 0.81% | - |
| XYZ | 30.46 | 16.17 | 22.99 | - |
| YUV | 97.96 | 146.65 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 36 | 131 | 0 | 0.83 | 0.37 | 0.19 | 326.67 | 0.7 | 0.48 |
| Hex | CF | 24 | 83 | 0 | 53 | 25 | 13 | 147 | 46 | 30 |
| Octal | 317 | 44 | 203 | 0 | 123 | 45 | 23 | 507 | 106 | 60 |
| Binary | 11001111 | 100100 | 10000011 | 0 | 1010011 | 100101 | 10011 | 101000111 | 1000110 | 110000 |
Color Harmonies of #CF2483
Complementary color
Monochromatic Colors of #CF2483
Black with #CF2483
Text Example
Text Example
White with #CF2483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2483; }
p { color: rgb(207,36,131); }
H1.HeaderClassName
{
color: #CF2483;
}
.AnyTagClassName
{
color: #CF2483;
}
</style>
background-color css
<style>
a { background-color: #CF2483; }
a { background-color: rgb(207,36,131); }
div.DivClassName
{
background-color: #CF2483;
}
.BgClassName
{
background-color: #CF2483;
}
</style>
border-color css
<style>
span { border-color: #CF2483; }
span { border-color: rgb(207,36,131); }
td.TdClassName
{
border-color: #CF2483;
}
.TagClassName
{
border-color: #CF2483;
}
</style>