Shades of Medium Violet Red #CF138E
Tints of Medium Violet Red #CF138E
RGB
CMYK
RGB Variations
Color information
#CF138E (or 0xCF138E) is known color: Medium Violet Red. HEX triplet: CF, 13 and 8E. RGB value is (207,19,142). Sum of RGB (Red+Green+Blue) = 207+19+142=368 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.25% from 368); Green value is 19 (7.81% from 255 or 5.16% from 368); Blue value is 142 (55.86% from 255 or 38.59% from 368); Max value from RGB is 207 - color contains mainly: red. Hex color #CF138E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF138E is #30EC71. Grayscale: #585858. Windows color (decimal): -3206258 or 9311183. OLE color: 9311183.
HSL color Cylindrical-coordinate representation of color #CF138E: hue angle of 320.74º 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 #CF138E is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 142 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.19 |
| HSL | 320.74º | 0.83% | 0.44% | - |
| HSV(B) | 320.74º | 0.91% | 0.81% | - |
| XYZ | 30.85 | 15.68 | 26.99 | - |
| YUV | 89.23 | 157.78 | 212 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 142 | 0 | 0.91 | 0.31 | 0.19 | 320.74 | 0.83 | 0.44 |
| Hex | CF | 13 | 8E | 0 | 5B | 1F | 13 | 141 | 53 | 2C |
| Octal | 317 | 23 | 216 | 0 | 133 | 37 | 23 | 501 | 123 | 54 |
| Binary | 11001111 | 10011 | 10001110 | 0 | 1011011 | 11111 | 10011 | 101000001 | 1010011 | 101100 |
Color Harmonies of #CF138E
Complementary color
Monochromatic Colors of #CF138E
Black with #CF138E
Text Example
Text Example
White with #CF138E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF138E; }
p { color: rgb(207,19,142); }
H1.HeaderClassName
{
color: #CF138E;
}
.AnyTagClassName
{
color: #CF138E;
}
</style>
background-color css
<style>
a { background-color: #CF138E; }
a { background-color: rgb(207,19,142); }
div.DivClassName
{
background-color: #CF138E;
}
.BgClassName
{
background-color: #CF138E;
}
</style>
border-color css
<style>
span { border-color: #CF138E; }
span { border-color: rgb(207,19,142); }
td.TdClassName
{
border-color: #CF138E;
}
.TagClassName
{
border-color: #CF138E;
}
</style>