Shades of Medium Violet Red #CF1283
Tints of Medium Violet Red #CF1283
RGB
CMYK
RGB Variations
Color information
#CF1283 (or 0xCF1283) is known color: Medium Violet Red. HEX triplet: CF, 12 and 83. RGB value is (207,18,131). Sum of RGB (Red+Green+Blue) = 207+18+131=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 18 (7.42% from 255 or 5.06% from 356); Blue value is 131 (51.56% from 255 or 36.80% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1283 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF1283 is #30ED7C. Grayscale: #575757. Windows color (decimal): -3206525 or 8590031. OLE color: 8590031.
HSL color Cylindrical-coordinate representation of color #CF1283: hue angle of 324.13º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF1283 is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 18 | 131 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.19 |
| HSL | 324.13º | 0.84% | 0.44% | - |
| HSV(B) | 324.13º | 0.91% | 0.81% | - |
| XYZ | 30.05 | 15.34 | 22.85 | - |
| YUV | 87.39 | 152.62 | 213.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 131 | 0 | 0.91 | 0.37 | 0.19 | 324.13 | 0.84 | 0.44 |
| Hex | CF | 12 | 83 | 0 | 5B | 25 | 13 | 144 | 54 | 2C |
| Octal | 317 | 22 | 203 | 0 | 133 | 45 | 23 | 504 | 124 | 54 |
| Binary | 11001111 | 10010 | 10000011 | 0 | 1011011 | 100101 | 10011 | 101000100 | 1010100 | 101100 |
Color Harmonies of #CF1283
Complementary color
Monochromatic Colors of #CF1283
Black with #CF1283
Text Example
Text Example
White with #CF1283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1283; }
p { color: rgb(207,18,131); }
H1.HeaderClassName
{
color: #CF1283;
}
.AnyTagClassName
{
color: #CF1283;
}
</style>
background-color css
<style>
a { background-color: #CF1283; }
a { background-color: rgb(207,18,131); }
div.DivClassName
{
background-color: #CF1283;
}
.BgClassName
{
background-color: #CF1283;
}
</style>
border-color css
<style>
span { border-color: #CF1283; }
span { border-color: rgb(207,18,131); }
td.TdClassName
{
border-color: #CF1283;
}
.TagClassName
{
border-color: #CF1283;
}
</style>