Shades of Medium Violet Red #CF148B
Tints of Medium Violet Red #CF148B
RGB
CMYK
RGB Variations
Color information
#CF148B (or 0xCF148B) is known color: Medium Violet Red. HEX triplet: CF, 14 and 8B. RGB value is (207,20,139). Sum of RGB (Red+Green+Blue) = 207+20+139=366 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.56% from 366); Green value is 20 (8.20% from 255 or 5.46% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 207 - color contains mainly: red. Hex color #CF148B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF148B is #30EB74. Grayscale: #595959. Windows color (decimal): -3206005 or 9114831. OLE color: 9114831.
HSL color Cylindrical-coordinate representation of color #CF148B: hue angle of 321.82º 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 #CF148B is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 20 | 139 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.19 |
| HSL | 321.82º | 0.82% | 0.45% | - |
| HSV(B) | 321.82º | 0.9% | 0.81% | - |
| XYZ | 30.64 | 15.63 | 25.83 | - |
| YUV | 89.48 | 155.95 | 211.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 20 | 139 | 0 | 0.90 | 0.33 | 0.19 | 321.82 | 0.82 | 0.45 |
| Hex | CF | 14 | 8B | 0 | 5A | 21 | 13 | 142 | 52 | 2D |
| Octal | 317 | 24 | 213 | 0 | 132 | 41 | 23 | 502 | 122 | 55 |
| Binary | 11001111 | 10100 | 10001011 | 0 | 1011010 | 100001 | 10011 | 101000010 | 1010010 | 101101 |
Color Harmonies of #CF148B
Complementary color
Monochromatic Colors of #CF148B
Black with #CF148B
Text Example
Text Example
White with #CF148B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF148B; }
p { color: rgb(207,20,139); }
H1.HeaderClassName
{
color: #CF148B;
}
.AnyTagClassName
{
color: #CF148B;
}
</style>
background-color css
<style>
a { background-color: #CF148B; }
a { background-color: rgb(207,20,139); }
div.DivClassName
{
background-color: #CF148B;
}
.BgClassName
{
background-color: #CF148B;
}
</style>
border-color css
<style>
span { border-color: #CF148B; }
span { border-color: rgb(207,20,139); }
td.TdClassName
{
border-color: #CF148B;
}
.TagClassName
{
border-color: #CF148B;
}
</style>