Shades of Medium Violet Red #CF237A
Tints of Medium Violet Red #CF237A
RGB
CMYK
RGB Variations
Color information
#CF237A (or 0xCF237A) is known color: Medium Violet Red. HEX triplet: CF, 23 and 7A. RGB value is (207,35,122). Sum of RGB (Red+Green+Blue) = 207+35+122=364 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.87% from 364); Green value is 35 (14.06% from 255 or 9.62% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 207 - color contains mainly: red. Hex color #CF237A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF237A is #30DC85. Grayscale: #606060. Windows color (decimal): -3202182 or 8004559. OLE color: 8004559.
HSL color Cylindrical-coordinate representation of color #CF237A: hue angle of 329.65º 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 #CF237A is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 35 | 122 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.19 |
| HSL | 329.65º | 0.71% | 0.47% | - |
| HSV(B) | 329.65º | 0.83% | 0.81% | - |
| XYZ | 29.85 | 15.87 | 19.9 | - |
| YUV | 96.35 | 142.48 | 206.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 35 | 122 | 0 | 0.83 | 0.41 | 0.19 | 329.65 | 0.71 | 0.47 |
| Hex | CF | 23 | 7A | 0 | 53 | 29 | 13 | 14A | 47 | 2F |
| Octal | 317 | 43 | 172 | 0 | 123 | 51 | 23 | 512 | 107 | 57 |
| Binary | 11001111 | 100011 | 1111010 | 0 | 1010011 | 101001 | 10011 | 101001010 | 1000111 | 101111 |
Color Harmonies of #CF237A
Complementary color
Monochromatic Colors of #CF237A
Black with #CF237A
Text Example
Text Example
White with #CF237A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF237A; }
p { color: rgb(207,35,122); }
H1.HeaderClassName
{
color: #CF237A;
}
.AnyTagClassName
{
color: #CF237A;
}
</style>
background-color css
<style>
a { background-color: #CF237A; }
a { background-color: rgb(207,35,122); }
div.DivClassName
{
background-color: #CF237A;
}
.BgClassName
{
background-color: #CF237A;
}
</style>
border-color css
<style>
span { border-color: #CF237A; }
span { border-color: rgb(207,35,122); }
td.TdClassName
{
border-color: #CF237A;
}
.TagClassName
{
border-color: #CF237A;
}
</style>