Shades of Medium Violet Red #CF2283
Tints of Medium Violet Red #CF2283
RGB
CMYK
RGB Variations
Color information
#CF2283 (or 0xCF2283) is known color: Medium Violet Red. HEX triplet: CF, 22 and 83. RGB value is (207,34,131). Sum of RGB (Red+Green+Blue) = 207+34+131=372 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.65% from 372); Green value is 34 (13.67% from 255 or 9.14% from 372); Blue value is 131 (51.56% from 255 or 35.22% from 372); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2283 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2283 is #30DD7C. Grayscale: #606060. Windows color (decimal): -3202429 or 8594127. OLE color: 8594127.
HSL color Cylindrical-coordinate representation of color #CF2283: hue angle of 326.36º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF2283 is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 34 | 131 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.19 |
| HSL | 326.36º | 0.72% | 0.47% | - |
| HSV(B) | 326.36º | 0.84% | 0.81% | - |
| XYZ | 30.4 | 16.05 | 22.97 | - |
| YUV | 96.79 | 147.31 | 206.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 34 | 131 | 0 | 0.84 | 0.37 | 0.19 | 326.36 | 0.72 | 0.47 |
| Hex | CF | 22 | 83 | 0 | 54 | 25 | 13 | 146 | 48 | 2F |
| Octal | 317 | 42 | 203 | 0 | 124 | 45 | 23 | 506 | 110 | 57 |
| Binary | 11001111 | 100010 | 10000011 | 0 | 1010100 | 100101 | 10011 | 101000110 | 1001000 | 101111 |
Color Harmonies of #CF2283
Complementary color
Monochromatic Colors of #CF2283
Black with #CF2283
Text Example
Text Example
White with #CF2283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2283; }
p { color: rgb(207,34,131); }
H1.HeaderClassName
{
color: #CF2283;
}
.AnyTagClassName
{
color: #CF2283;
}
</style>
background-color css
<style>
a { background-color: #CF2283; }
a { background-color: rgb(207,34,131); }
div.DivClassName
{
background-color: #CF2283;
}
.BgClassName
{
background-color: #CF2283;
}
</style>
border-color css
<style>
span { border-color: #CF2283; }
span { border-color: rgb(207,34,131); }
td.TdClassName
{
border-color: #CF2283;
}
.TagClassName
{
border-color: #CF2283;
}
</style>