Shades of Medium Violet Red #CF038B
Tints of Medium Violet Red #CF038B
RGB
CMYK
RGB Variations
Color information
#CF038B (or 0xCF038B) is known color: Medium Violet Red. HEX triplet: CF, 03 and 8B. RGB value is (207,3,139). Sum of RGB (Red+Green+Blue) = 207+3+139=349 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.31% from 349); Green value is 3 (1.56% from 255 or 0.86% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 207 - color contains mainly: red. Hex color #CF038B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF038B is #30FC74. Grayscale: #4F4F4F. Windows color (decimal): -3210357 or 9110479. OLE color: 9110479.
HSL color Cylindrical-coordinate representation of color #CF038B: hue angle of 320º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF038B is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 3 | 139 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.19 |
| HSL | 320º | 0.97% | 0.41% | - |
| HSV(B) | 320º | 0.99% | 0.81% | - |
| XYZ | 30.42 | 15.19 | 25.76 | - |
| YUV | 79.5 | 161.59 | 218.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 3 | 139 | 0 | 0.99 | 0.33 | 0.19 | 320 | 0.97 | 0.41 |
| Hex | CF | 3 | 8B | 0 | 63 | 21 | 13 | 140 | 61 | 29 |
| Octal | 317 | 3 | 213 | 0 | 143 | 41 | 23 | 500 | 141 | 51 |
| Binary | 11001111 | 11 | 10001011 | 0 | 1100011 | 100001 | 10011 | 101000000 | 1100001 | 101001 |
Color Harmonies of #CF038B
Complementary color
Monochromatic Colors of #CF038B
Black with #CF038B
Text Example
Text Example
White with #CF038B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF038B; }
p { color: rgb(207,3,139); }
H1.HeaderClassName
{
color: #CF038B;
}
.AnyTagClassName
{
color: #CF038B;
}
</style>
background-color css
<style>
a { background-color: #CF038B; }
a { background-color: rgb(207,3,139); }
div.DivClassName
{
background-color: #CF038B;
}
.BgClassName
{
background-color: #CF038B;
}
</style>
border-color css
<style>
span { border-color: #CF038B; }
span { border-color: rgb(207,3,139); }
td.TdClassName
{
border-color: #CF038B;
}
.TagClassName
{
border-color: #CF038B;
}
</style>