Shades of Medium Violet Red #CF23AF
Tints of Medium Violet Red #CF23AF
RGB
CMYK
RGB Variations
Color information
#CF23AF (or 0xCF23AF) is known color: Medium Violet Red. HEX triplet: CF, 23 and AF. RGB value is (207,35,175). Sum of RGB (Red+Green+Blue) = 207+35+175=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 35 (14.06% from 255 or 8.39% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CF23AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF23AF is #30DC50. Grayscale: #666666. Windows color (decimal): -3202129 or 11477967. OLE color: 11477967.
HSL color Cylindrical-coordinate representation of color #CF23AF: hue angle of 311.16º 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 #CF23AF is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 35 | 175 | - |
| CMYK | 0 | 0.83 | 0.15 | 0.19 |
| HSL | 311.16º | 0.71% | 0.47% | - |
| HSV(B) | 311.16º | 0.83% | 0.81% | - |
| XYZ | 34.07 | 17.56 | 42.15 | - |
| YUV | 102.39 | 168.98 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 35 | 175 | 0 | 0.83 | 0.15 | 0.19 | 311.16 | 0.71 | 0.47 |
| Hex | CF | 23 | AF | 0 | 53 | F | 13 | 137 | 47 | 2F |
| Octal | 317 | 43 | 257 | 0 | 123 | 17 | 23 | 467 | 107 | 57 |
| Binary | 11001111 | 100011 | 10101111 | 0 | 1010011 | 1111 | 10011 | 100110111 | 1000111 | 101111 |
Color Harmonies of #CF23AF
Complementary color
Monochromatic Colors of #CF23AF
Black with #CF23AF
Text Example
Text Example
White with #CF23AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF23AF; }
p { color: rgb(207,35,175); }
H1.HeaderClassName
{
color: #CF23AF;
}
.AnyTagClassName
{
color: #CF23AF;
}
</style>
background-color css
<style>
a { background-color: #CF23AF; }
a { background-color: rgb(207,35,175); }
div.DivClassName
{
background-color: #CF23AF;
}
.BgClassName
{
background-color: #CF23AF;
}
</style>
border-color css
<style>
span { border-color: #CF23AF; }
span { border-color: rgb(207,35,175); }
td.TdClassName
{
border-color: #CF23AF;
}
.TagClassName
{
border-color: #CF23AF;
}
</style>