Shades of Medium Violet Red #CF227D
Tints of Medium Violet Red #CF227D
RGB
CMYK
RGB Variations
Color information
#CF227D (or 0xCF227D) is known color: Medium Violet Red. HEX triplet: CF, 22 and 7D. RGB value is (207,34,125). Sum of RGB (Red+Green+Blue) = 207+34+125=366 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.56% from 366); Green value is 34 (13.67% from 255 or 9.29% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 207 - color contains mainly: red. Hex color #CF227D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF227D is #30DD82. Grayscale: #5F5F5F. Windows color (decimal): -3202435 or 8200911. OLE color: 8200911.
HSL color Cylindrical-coordinate representation of color #CF227D: hue angle of 328.44º 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 #CF227D is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 34 | 125 | - |
| CMYK | 0 | 0.84 | 0.40 | 0.19 |
| HSL | 328.44º | 0.72% | 0.47% | - |
| HSV(B) | 328.44º | 0.84% | 0.81% | - |
| XYZ | 30.01 | 15.89 | 20.89 | - |
| YUV | 96.1 | 144.31 | 207.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 34 | 125 | 0 | 0.84 | 0.40 | 0.19 | 328.44 | 0.72 | 0.47 |
| Hex | CF | 22 | 7D | 0 | 54 | 28 | 13 | 148 | 48 | 2F |
| Octal | 317 | 42 | 175 | 0 | 124 | 50 | 23 | 510 | 110 | 57 |
| Binary | 11001111 | 100010 | 1111101 | 0 | 1010100 | 101000 | 10011 | 101001000 | 1001000 | 101111 |
Color Harmonies of #CF227D
Complementary color
Monochromatic Colors of #CF227D
Black with #CF227D
Text Example
Text Example
White with #CF227D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF227D; }
p { color: rgb(207,34,125); }
H1.HeaderClassName
{
color: #CF227D;
}
.AnyTagClassName
{
color: #CF227D;
}
</style>
background-color css
<style>
a { background-color: #CF227D; }
a { background-color: rgb(207,34,125); }
div.DivClassName
{
background-color: #CF227D;
}
.BgClassName
{
background-color: #CF227D;
}
</style>
border-color css
<style>
span { border-color: #CF227D; }
span { border-color: rgb(207,34,125); }
td.TdClassName
{
border-color: #CF227D;
}
.TagClassName
{
border-color: #CF227D;
}
</style>