Shades of Medium Violet Red #CF13AA
Tints of Medium Violet Red #CF13AA
RGB
CMYK
RGB Variations
Color information
#CF13AA (or 0xCF13AA) is known color: Medium Violet Red. HEX triplet: CF, 13 and AA. RGB value is (207,19,170). Sum of RGB (Red+Green+Blue) = 207+19+170=396 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.27% from 396); Green value is 19 (7.81% from 255 or 4.80% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 207 - color contains mainly: red. Hex color #CF13AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF13AA is #30EC55. Grayscale: #5C5C5C. Windows color (decimal): -3206230 or 11146191. OLE color: 11146191.
HSL color Cylindrical-coordinate representation of color #CF13AA: hue angle of 311.81º 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 #CF13AA is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 170 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.19 |
| HSL | 311.81º | 0.83% | 0.44% | - |
| HSV(B) | 311.81º | 0.91% | 0.81% | - |
| XYZ | 33.22 | 16.63 | 39.49 | - |
| YUV | 92.43 | 171.78 | 209.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 170 | 0 | 0.91 | 0.18 | 0.19 | 311.81 | 0.83 | 0.44 |
| Hex | CF | 13 | AA | 0 | 5B | 12 | 13 | 138 | 53 | 2C |
| Octal | 317 | 23 | 252 | 0 | 133 | 22 | 23 | 470 | 123 | 54 |
| Binary | 11001111 | 10011 | 10101010 | 0 | 1011011 | 10010 | 10011 | 100111000 | 1010011 | 101100 |
Color Harmonies of #CF13AA
Complementary color
Monochromatic Colors of #CF13AA
Black with #CF13AA
Text Example
Text Example
White with #CF13AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF13AA; }
p { color: rgb(207,19,170); }
H1.HeaderClassName
{
color: #CF13AA;
}
.AnyTagClassName
{
color: #CF13AA;
}
</style>
background-color css
<style>
a { background-color: #CF13AA; }
a { background-color: rgb(207,19,170); }
div.DivClassName
{
background-color: #CF13AA;
}
.BgClassName
{
background-color: #CF13AA;
}
</style>
border-color css
<style>
span { border-color: #CF13AA; }
span { border-color: rgb(207,19,170); }
td.TdClassName
{
border-color: #CF13AA;
}
.TagClassName
{
border-color: #CF13AA;
}
</style>