Shades of Medium Violet Red #CF138D
Tints of Medium Violet Red #CF138D
RGB
CMYK
RGB Variations
Color information
#CF138D (or 0xCF138D) is known color: Medium Violet Red. HEX triplet: CF, 13 and 8D. RGB value is (207,19,141). Sum of RGB (Red+Green+Blue) = 207+19+141=367 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.40% from 367); Green value is 19 (7.81% from 255 or 5.18% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 207 - color contains mainly: red. Hex color #CF138D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF138D is #30EC72. Grayscale: #585858. Windows color (decimal): -3206259 or 9245647. OLE color: 9245647.
HSL color Cylindrical-coordinate representation of color #CF138D: hue angle of 321.06º 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 #CF138D is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 141 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.19 |
| HSL | 321.06º | 0.83% | 0.44% | - |
| HSV(B) | 321.06º | 0.91% | 0.81% | - |
| XYZ | 30.77 | 15.65 | 26.6 | - |
| YUV | 89.12 | 157.28 | 212.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 141 | 0 | 0.91 | 0.32 | 0.19 | 321.06 | 0.83 | 0.44 |
| Hex | CF | 13 | 8D | 0 | 5B | 20 | 13 | 141 | 53 | 2C |
| Octal | 317 | 23 | 215 | 0 | 133 | 40 | 23 | 501 | 123 | 54 |
| Binary | 11001111 | 10011 | 10001101 | 0 | 1011011 | 100000 | 10011 | 101000001 | 1010011 | 101100 |
Color Harmonies of #CF138D
Complementary color
Monochromatic Colors of #CF138D
Black with #CF138D
Text Example
Text Example
White with #CF138D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF138D; }
p { color: rgb(207,19,141); }
H1.HeaderClassName
{
color: #CF138D;
}
.AnyTagClassName
{
color: #CF138D;
}
</style>
background-color css
<style>
a { background-color: #CF138D; }
a { background-color: rgb(207,19,141); }
div.DivClassName
{
background-color: #CF138D;
}
.BgClassName
{
background-color: #CF138D;
}
</style>
border-color css
<style>
span { border-color: #CF138D; }
span { border-color: rgb(207,19,141); }
td.TdClassName
{
border-color: #CF138D;
}
.TagClassName
{
border-color: #CF138D;
}
</style>