Shades of Medium Violet Red #CF228A
Tints of Medium Violet Red #CF228A
RGB
CMYK
RGB Variations
Color information
#CF228A (or 0xCF228A) is known color: Medium Violet Red. HEX triplet: CF, 22 and 8A. RGB value is (207,34,138). Sum of RGB (Red+Green+Blue) = 207+34+138=379 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.62% from 379); Green value is 34 (13.67% from 255 or 8.97% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 207 - color contains mainly: red. Hex color #CF228A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF228A is #30DD75. Grayscale: #616161. Windows color (decimal): -3202422 or 9052879. OLE color: 9052879.
HSL color Cylindrical-coordinate representation of color #CF228A: hue angle of 323.93º 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 #CF228A is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 34 | 138 | - |
| CMYK | 0 | 0.84 | 0.33 | 0.19 |
| HSL | 323.93º | 0.72% | 0.47% | - |
| HSV(B) | 323.93º | 0.84% | 0.81% | - |
| XYZ | 30.89 | 16.24 | 25.55 | - |
| YUV | 97.58 | 150.81 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 34 | 138 | 0 | 0.84 | 0.33 | 0.19 | 323.93 | 0.72 | 0.47 |
| Hex | CF | 22 | 8A | 0 | 54 | 21 | 13 | 144 | 48 | 2F |
| Octal | 317 | 42 | 212 | 0 | 124 | 41 | 23 | 504 | 110 | 57 |
| Binary | 11001111 | 100010 | 10001010 | 0 | 1010100 | 100001 | 10011 | 101000100 | 1001000 | 101111 |
Color Harmonies of #CF228A
Complementary color
Monochromatic Colors of #CF228A
Black with #CF228A
Text Example
Text Example
White with #CF228A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF228A; }
p { color: rgb(207,34,138); }
H1.HeaderClassName
{
color: #CF228A;
}
.AnyTagClassName
{
color: #CF228A;
}
</style>
background-color css
<style>
a { background-color: #CF228A; }
a { background-color: rgb(207,34,138); }
div.DivClassName
{
background-color: #CF228A;
}
.BgClassName
{
background-color: #CF228A;
}
</style>
border-color css
<style>
span { border-color: #CF228A; }
span { border-color: rgb(207,34,138); }
td.TdClassName
{
border-color: #CF228A;
}
.TagClassName
{
border-color: #CF228A;
}
</style>