Shades of Medium Violet Red #CF23AC
Tints of Medium Violet Red #CF23AC
RGB
CMYK
RGB Variations
Color information
#CF23AC (or 0xCF23AC) is known color: Medium Violet Red. HEX triplet: CF, 23 and AC. RGB value is (207,35,172). Sum of RGB (Red+Green+Blue) = 207+35+172=414 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50% from 414); Green value is 35 (14.06% from 255 or 8.45% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 207 - color contains mainly: red. Hex color #CF23AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF23AC is #30DC53. Grayscale: #656565. Windows color (decimal): -3202132 or 11281359. OLE color: 11281359.
HSL color Cylindrical-coordinate representation of color #CF23AC: hue angle of 312.21º 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 #CF23AC is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 35 | 172 | - |
| CMYK | 0 | 0.83 | 0.17 | 0.19 |
| HSL | 312.21º | 0.71% | 0.47% | - |
| HSV(B) | 312.21º | 0.83% | 0.81% | - |
| XYZ | 33.78 | 17.45 | 40.62 | - |
| YUV | 102.05 | 167.48 | 202.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 35 | 172 | 0 | 0.83 | 0.17 | 0.19 | 312.21 | 0.71 | 0.47 |
| Hex | CF | 23 | AC | 0 | 53 | 11 | 13 | 138 | 47 | 2F |
| Octal | 317 | 43 | 254 | 0 | 123 | 21 | 23 | 470 | 107 | 57 |
| Binary | 11001111 | 100011 | 10101100 | 0 | 1010011 | 10001 | 10011 | 100111000 | 1000111 | 101111 |
Color Harmonies of #CF23AC
Complementary color
Monochromatic Colors of #CF23AC
Black with #CF23AC
Text Example
Text Example
White with #CF23AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF23AC; }
p { color: rgb(207,35,172); }
H1.HeaderClassName
{
color: #CF23AC;
}
.AnyTagClassName
{
color: #CF23AC;
}
</style>
background-color css
<style>
a { background-color: #CF23AC; }
a { background-color: rgb(207,35,172); }
div.DivClassName
{
background-color: #CF23AC;
}
.BgClassName
{
background-color: #CF23AC;
}
</style>
border-color css
<style>
span { border-color: #CF23AC; }
span { border-color: rgb(207,35,172); }
td.TdClassName
{
border-color: #CF23AC;
}
.TagClassName
{
border-color: #CF23AC;
}
</style>