Shades of Medium Violet Red #CF148A
Tints of Medium Violet Red #CF148A
RGB
CMYK
RGB Variations
Color information
#CF148A (or 0xCF148A) is known color: Medium Violet Red. HEX triplet: CF, 14 and 8A. RGB value is (207,20,138). Sum of RGB (Red+Green+Blue) = 207+20+138=365 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.71% from 365); Green value is 20 (8.20% from 255 or 5.48% from 365); Blue value is 138 (54.30% from 255 or 37.81% from 365); Max value from RGB is 207 - color contains mainly: red. Hex color #CF148A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF148A is #30EB75. Grayscale: #595959. Windows color (decimal): -3206006 or 9049295. OLE color: 9049295.
HSL color Cylindrical-coordinate representation of color #CF148A: hue angle of 322.14º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF148A is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 20 | 138 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.19 |
| HSL | 322.14º | 0.82% | 0.45% | - |
| HSV(B) | 322.14º | 0.9% | 0.81% | - |
| XYZ | 30.57 | 15.6 | 25.44 | - |
| YUV | 89.37 | 155.45 | 211.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 20 | 138 | 0 | 0.90 | 0.33 | 0.19 | 322.14 | 0.82 | 0.45 |
| Hex | CF | 14 | 8A | 0 | 5A | 21 | 13 | 142 | 52 | 2D |
| Octal | 317 | 24 | 212 | 0 | 132 | 41 | 23 | 502 | 122 | 55 |
| Binary | 11001111 | 10100 | 10001010 | 0 | 1011010 | 100001 | 10011 | 101000010 | 1010010 | 101101 |
Color Harmonies of #CF148A
Complementary color
Monochromatic Colors of #CF148A
Black with #CF148A
Text Example
Text Example
White with #CF148A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF148A; }
p { color: rgb(207,20,138); }
H1.HeaderClassName
{
color: #CF148A;
}
.AnyTagClassName
{
color: #CF148A;
}
</style>
background-color css
<style>
a { background-color: #CF148A; }
a { background-color: rgb(207,20,138); }
div.DivClassName
{
background-color: #CF148A;
}
.BgClassName
{
background-color: #CF148A;
}
</style>
border-color css
<style>
span { border-color: #CF148A; }
span { border-color: rgb(207,20,138); }
td.TdClassName
{
border-color: #CF148A;
}
.TagClassName
{
border-color: #CF148A;
}
</style>