Shades of Medium Violet Red #CF13A7
Tints of Medium Violet Red #CF13A7
RGB
CMYK
RGB Variations
Color information
#CF13A7 (or 0xCF13A7) is known color: Medium Violet Red. HEX triplet: CF, 13 and A7. RGB value is (207,19,167). Sum of RGB (Red+Green+Blue) = 207+19+167=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 19 (7.81% from 255 or 4.83% from 393); Blue value is 167 (65.62% from 255 or 42.49% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CF13A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF13A7 is #30EC58. Grayscale: #5B5B5B. Windows color (decimal): -3206233 or 10949583. OLE color: 10949583.
HSL color Cylindrical-coordinate representation of color #CF13A7: hue angle of 312.77º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF13A7 is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 167 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.19 |
| HSL | 312.77º | 0.83% | 0.44% | - |
| HSV(B) | 312.77º | 0.91% | 0.81% | - |
| XYZ | 32.94 | 16.52 | 38.01 | - |
| YUV | 92.08 | 170.28 | 209.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 167 | 0 | 0.91 | 0.19 | 0.19 | 312.77 | 0.83 | 0.44 |
| Hex | CF | 13 | A7 | 0 | 5B | 13 | 13 | 139 | 53 | 2C |
| Octal | 317 | 23 | 247 | 0 | 133 | 23 | 23 | 471 | 123 | 54 |
| Binary | 11001111 | 10011 | 10100111 | 0 | 1011011 | 10011 | 10011 | 100111001 | 1010011 | 101100 |
Color Harmonies of #CF13A7
Complementary color
Monochromatic Colors of #CF13A7
Black with #CF13A7
Text Example
Text Example
White with #CF13A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF13A7; }
p { color: rgb(207,19,167); }
H1.HeaderClassName
{
color: #CF13A7;
}
.AnyTagClassName
{
color: #CF13A7;
}
</style>
background-color css
<style>
a { background-color: #CF13A7; }
a { background-color: rgb(207,19,167); }
div.DivClassName
{
background-color: #CF13A7;
}
.BgClassName
{
background-color: #CF13A7;
}
</style>
border-color css
<style>
span { border-color: #CF13A7; }
span { border-color: rgb(207,19,167); }
td.TdClassName
{
border-color: #CF13A7;
}
.TagClassName
{
border-color: #CF13A7;
}
</style>