Shades of Medium Violet Red #CF228B
Tints of Medium Violet Red #CF228B
RGB
CMYK
RGB Variations
Color information
#CF228B (or 0xCF228B) is known color: Medium Violet Red. HEX triplet: CF, 22 and 8B. RGB value is (207,34,139). Sum of RGB (Red+Green+Blue) = 207+34+139=380 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.47% from 380); Green value is 34 (13.67% from 255 or 8.95% from 380); Blue value is 139 (54.69% from 255 or 36.58% from 380); Max value from RGB is 207 - color contains mainly: red. Hex color #CF228B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF228B is #30DD74. Grayscale: #616161. Windows color (decimal): -3202421 or 9118415. OLE color: 9118415.
HSL color Cylindrical-coordinate representation of color #CF228B: hue angle of 323.58º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF228B is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 34 | 139 | - |
| CMYK | 0 | 0.84 | 0.33 | 0.19 |
| HSL | 323.58º | 0.72% | 0.47% | - |
| HSV(B) | 323.58º | 0.84% | 0.81% | - |
| XYZ | 30.96 | 16.27 | 25.94 | - |
| YUV | 97.7 | 151.31 | 205.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 34 | 139 | 0 | 0.84 | 0.33 | 0.19 | 323.58 | 0.72 | 0.47 |
| Hex | CF | 22 | 8B | 0 | 54 | 21 | 13 | 144 | 48 | 2F |
| Octal | 317 | 42 | 213 | 0 | 124 | 41 | 23 | 504 | 110 | 57 |
| Binary | 11001111 | 100010 | 10001011 | 0 | 1010100 | 100001 | 10011 | 101000100 | 1001000 | 101111 |
Color Harmonies of #CF228B
Complementary color
Monochromatic Colors of #CF228B
Black with #CF228B
Text Example
Text Example
White with #CF228B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF228B; }
p { color: rgb(207,34,139); }
H1.HeaderClassName
{
color: #CF228B;
}
.AnyTagClassName
{
color: #CF228B;
}
</style>
background-color css
<style>
a { background-color: #CF228B; }
a { background-color: rgb(207,34,139); }
div.DivClassName
{
background-color: #CF228B;
}
.BgClassName
{
background-color: #CF228B;
}
</style>
border-color css
<style>
span { border-color: #CF228B; }
span { border-color: rgb(207,34,139); }
td.TdClassName
{
border-color: #CF228B;
}
.TagClassName
{
border-color: #CF228B;
}
</style>