Shades of Medium Violet Red #CF238B
Tints of Medium Violet Red #CF238B
RGB
CMYK
RGB Variations
Color information
#CF238B (or 0xCF238B) is known color: Medium Violet Red. HEX triplet: CF, 23 and 8B. RGB value is (207,35,139). Sum of RGB (Red+Green+Blue) = 207+35+139=381 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.33% from 381); Green value is 35 (14.06% from 255 or 9.19% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 207 - color contains mainly: red. Hex color #CF238B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF238B is #30DC74. Grayscale: #626262. Windows color (decimal): -3202165 or 9118671. OLE color: 9118671.
HSL color Cylindrical-coordinate representation of color #CF238B: hue angle of 323.72º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF238B is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 35 | 139 | - |
| CMYK | 0 | 0.83 | 0.33 | 0.19 |
| HSL | 323.72º | 0.71% | 0.47% | - |
| HSV(B) | 323.72º | 0.83% | 0.81% | - |
| XYZ | 30.99 | 16.33 | 25.94 | - |
| YUV | 98.28 | 150.98 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 35 | 139 | 0 | 0.83 | 0.33 | 0.19 | 323.72 | 0.71 | 0.47 |
| Hex | CF | 23 | 8B | 0 | 53 | 21 | 13 | 144 | 47 | 2F |
| Octal | 317 | 43 | 213 | 0 | 123 | 41 | 23 | 504 | 107 | 57 |
| Binary | 11001111 | 100011 | 10001011 | 0 | 1010011 | 100001 | 10011 | 101000100 | 1000111 | 101111 |
Color Harmonies of #CF238B
Complementary color
Monochromatic Colors of #CF238B
Black with #CF238B
Text Example
Text Example
White with #CF238B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF238B; }
p { color: rgb(207,35,139); }
H1.HeaderClassName
{
color: #CF238B;
}
.AnyTagClassName
{
color: #CF238B;
}
</style>
background-color css
<style>
a { background-color: #CF238B; }
a { background-color: rgb(207,35,139); }
div.DivClassName
{
background-color: #CF238B;
}
.BgClassName
{
background-color: #CF238B;
}
</style>
border-color css
<style>
span { border-color: #CF238B; }
span { border-color: rgb(207,35,139); }
td.TdClassName
{
border-color: #CF238B;
}
.TagClassName
{
border-color: #CF238B;
}
</style>