Shades of Medium Violet Red #CF227F
Tints of Medium Violet Red #CF227F
RGB
CMYK
RGB Variations
Color information
#CF227F (or 0xCF227F) is known color: Medium Violet Red. HEX triplet: CF, 22 and 7F. RGB value is (207,34,127). Sum of RGB (Red+Green+Blue) = 207+34+127=368 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.25% from 368); Green value is 34 (13.67% from 255 or 9.24% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 207 - color contains mainly: red. Hex color #CF227F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF227F is #30DD80. Grayscale: #606060. Windows color (decimal): -3202433 or 8331983. OLE color: 8331983.
HSL color Cylindrical-coordinate representation of color #CF227F: hue angle of 327.75º 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 #CF227F is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 34 | 127 | - |
| CMYK | 0 | 0.84 | 0.39 | 0.19 |
| HSL | 327.75º | 0.72% | 0.47% | - |
| HSV(B) | 327.75º | 0.84% | 0.81% | - |
| XYZ | 30.13 | 15.94 | 21.57 | - |
| YUV | 96.33 | 145.31 | 206.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 34 | 127 | 0 | 0.84 | 0.39 | 0.19 | 327.75 | 0.72 | 0.47 |
| Hex | CF | 22 | 7F | 0 | 54 | 27 | 13 | 148 | 48 | 2F |
| Octal | 317 | 42 | 177 | 0 | 124 | 47 | 23 | 510 | 110 | 57 |
| Binary | 11001111 | 100010 | 1111111 | 0 | 1010100 | 100111 | 10011 | 101001000 | 1001000 | 101111 |
Color Harmonies of #CF227F
Complementary color
Monochromatic Colors of #CF227F
Black with #CF227F
Text Example
Text Example
White with #CF227F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF227F; }
p { color: rgb(207,34,127); }
H1.HeaderClassName
{
color: #CF227F;
}
.AnyTagClassName
{
color: #CF227F;
}
</style>
background-color css
<style>
a { background-color: #CF227F; }
a { background-color: rgb(207,34,127); }
div.DivClassName
{
background-color: #CF227F;
}
.BgClassName
{
background-color: #CF227F;
}
</style>
border-color css
<style>
span { border-color: #CF227F; }
span { border-color: rgb(207,34,127); }
td.TdClassName
{
border-color: #CF227F;
}
.TagClassName
{
border-color: #CF227F;
}
</style>