Shades of Medium Violet Red #CF2383
Tints of Medium Violet Red #CF2383
RGB
CMYK
RGB Variations
Color information
#CF2383 (or 0xCF2383) is known color: Medium Violet Red. HEX triplet: CF, 23 and 83. RGB value is (207,35,131). Sum of RGB (Red+Green+Blue) = 207+35+131=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 35 (14.06% from 255 or 9.38% from 373); Blue value is 131 (51.56% from 255 or 35.12% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2383 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2383 is #30DC7C. Grayscale: #616161. Windows color (decimal): -3202173 or 8594383. OLE color: 8594383.
HSL color Cylindrical-coordinate representation of color #CF2383: hue angle of 326.51º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF2383 is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 35 | 131 | - |
| CMYK | 0 | 0.83 | 0.37 | 0.19 |
| HSL | 326.51º | 0.71% | 0.47% | - |
| HSV(B) | 326.51º | 0.83% | 0.81% | - |
| XYZ | 30.43 | 16.11 | 22.98 | - |
| YUV | 97.37 | 146.98 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 35 | 131 | 0 | 0.83 | 0.37 | 0.19 | 326.51 | 0.71 | 0.47 |
| Hex | CF | 23 | 83 | 0 | 53 | 25 | 13 | 147 | 47 | 2F |
| Octal | 317 | 43 | 203 | 0 | 123 | 45 | 23 | 507 | 107 | 57 |
| Binary | 11001111 | 100011 | 10000011 | 0 | 1010011 | 100101 | 10011 | 101000111 | 1000111 | 101111 |
Color Harmonies of #CF2383
Complementary color
Monochromatic Colors of #CF2383
Black with #CF2383
Text Example
Text Example
White with #CF2383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2383; }
p { color: rgb(207,35,131); }
H1.HeaderClassName
{
color: #CF2383;
}
.AnyTagClassName
{
color: #CF2383;
}
</style>
background-color css
<style>
a { background-color: #CF2383; }
a { background-color: rgb(207,35,131); }
div.DivClassName
{
background-color: #CF2383;
}
.BgClassName
{
background-color: #CF2383;
}
</style>
border-color css
<style>
span { border-color: #CF2383; }
span { border-color: rgb(207,35,131); }
td.TdClassName
{
border-color: #CF2383;
}
.TagClassName
{
border-color: #CF2383;
}
</style>