Shades of Medium Violet Red #CF138A
Tints of Medium Violet Red #CF138A
RGB
CMYK
RGB Variations
Color information
#CF138A (or 0xCF138A) is known color: Medium Violet Red. HEX triplet: CF, 13 and 8A. RGB value is (207,19,138). Sum of RGB (Red+Green+Blue) = 207+19+138=364 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.87% from 364); Green value is 19 (7.81% from 255 or 5.22% from 364); Blue value is 138 (54.30% from 255 or 37.91% from 364); Max value from RGB is 207 - color contains mainly: red. Hex color #CF138A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF138A is #30EC75. Grayscale: #585858. Windows color (decimal): -3206262 or 9049039. OLE color: 9049039.
HSL color Cylindrical-coordinate representation of color #CF138A: hue angle of 322.02º 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 #CF138A is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 138 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.19 |
| HSL | 322.02º | 0.83% | 0.44% | - |
| HSV(B) | 322.02º | 0.91% | 0.81% | - |
| XYZ | 30.55 | 15.57 | 25.44 | - |
| YUV | 88.78 | 155.78 | 212.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 138 | 0 | 0.91 | 0.33 | 0.19 | 322.02 | 0.83 | 0.44 |
| Hex | CF | 13 | 8A | 0 | 5B | 21 | 13 | 142 | 53 | 2C |
| Octal | 317 | 23 | 212 | 0 | 133 | 41 | 23 | 502 | 123 | 54 |
| Binary | 11001111 | 10011 | 10001010 | 0 | 1011011 | 100001 | 10011 | 101000010 | 1010011 | 101100 |
Color Harmonies of #CF138A
Complementary color
Monochromatic Colors of #CF138A
Black with #CF138A
Text Example
Text Example
White with #CF138A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF138A; }
p { color: rgb(207,19,138); }
H1.HeaderClassName
{
color: #CF138A;
}
.AnyTagClassName
{
color: #CF138A;
}
</style>
background-color css
<style>
a { background-color: #CF138A; }
a { background-color: rgb(207,19,138); }
div.DivClassName
{
background-color: #CF138A;
}
.BgClassName
{
background-color: #CF138A;
}
</style>
border-color css
<style>
span { border-color: #CF138A; }
span { border-color: rgb(207,19,138); }
td.TdClassName
{
border-color: #CF138A;
}
.TagClassName
{
border-color: #CF138A;
}
</style>