Shades of Medium Violet Red #CF1382
Tints of Medium Violet Red #CF1382
RGB
CMYK
RGB Variations
Color information
#CF1382 (or 0xCF1382) is known color: Medium Violet Red. HEX triplet: CF, 13 and 82. RGB value is (207,19,130). Sum of RGB (Red+Green+Blue) = 207+19+130=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 19 (7.81% from 255 or 5.34% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1382 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF1382 is #30EC7D. Grayscale: #575757. Windows color (decimal): -3206270 or 8524751. OLE color: 8524751.
HSL color Cylindrical-coordinate representation of color #CF1382: hue angle of 324.57º degrees, saturation: 0.83, 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 #CF1382 is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 130 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.19 |
| HSL | 324.57º | 0.83% | 0.44% | - |
| HSV(B) | 324.57º | 0.91% | 0.81% | - |
| XYZ | 29.99 | 15.34 | 22.5 | - |
| YUV | 87.87 | 151.78 | 212.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 130 | 0 | 0.91 | 0.37 | 0.19 | 324.57 | 0.83 | 0.44 |
| Hex | CF | 13 | 82 | 0 | 5B | 25 | 13 | 145 | 53 | 2C |
| Octal | 317 | 23 | 202 | 0 | 133 | 45 | 23 | 505 | 123 | 54 |
| Binary | 11001111 | 10011 | 10000010 | 0 | 1011011 | 100101 | 10011 | 101000101 | 1010011 | 101100 |
Color Harmonies of #CF1382
Complementary color
Monochromatic Colors of #CF1382
Black with #CF1382
Text Example
Text Example
White with #CF1382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1382; }
p { color: rgb(207,19,130); }
H1.HeaderClassName
{
color: #CF1382;
}
.AnyTagClassName
{
color: #CF1382;
}
</style>
background-color css
<style>
a { background-color: #CF1382; }
a { background-color: rgb(207,19,130); }
div.DivClassName
{
background-color: #CF1382;
}
.BgClassName
{
background-color: #CF1382;
}
</style>
border-color css
<style>
span { border-color: #CF1382; }
span { border-color: rgb(207,19,130); }
td.TdClassName
{
border-color: #CF1382;
}
.TagClassName
{
border-color: #CF1382;
}
</style>