Shades of Medium Violet Red #CF05A4
Tints of Medium Violet Red #CF05A4
RGB
CMYK
RGB Variations
Color information
#CF05A4 (or 0xCF05A4) is known color: Medium Violet Red. HEX triplet: CF, 05 and A4. RGB value is (207,5,164). Sum of RGB (Red+Green+Blue) = 207+5+164=376 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.05% from 376); Green value is 5 (2.34% from 255 or 1.33% from 376); Blue value is 164 (64.45% from 255 or 43.62% from 376); Max value from RGB is 207 - color contains mainly: red. Hex color #CF05A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF05A4 is #30FA5B. Grayscale: #535353. Windows color (decimal): -3209820 or 10749391. OLE color: 10749391.
HSL color Cylindrical-coordinate representation of color #CF05A4: hue angle of 312.77º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF05A4 is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 5 | 164 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.19 |
| HSL | 312.77º | 0.95% | 0.42% | - |
| HSV(B) | 312.77º | 0.98% | 0.81% | - |
| XYZ | 32.49 | 16.05 | 36.51 | - |
| YUV | 83.52 | 173.42 | 216.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 5 | 164 | 0 | 0.98 | 0.21 | 0.19 | 312.77 | 0.95 | 0.42 |
| Hex | CF | 5 | A4 | 0 | 62 | 15 | 13 | 139 | 5F | 2A |
| Octal | 317 | 5 | 244 | 0 | 142 | 25 | 23 | 471 | 137 | 52 |
| Binary | 11001111 | 101 | 10100100 | 0 | 1100010 | 10101 | 10011 | 100111001 | 1011111 | 101010 |
Color Harmonies of #CF05A4
Complementary color
Monochromatic Colors of #CF05A4
Black with #CF05A4
Text Example
Text Example
White with #CF05A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF05A4; }
p { color: rgb(207,5,164); }
H1.HeaderClassName
{
color: #CF05A4;
}
.AnyTagClassName
{
color: #CF05A4;
}
</style>
background-color css
<style>
a { background-color: #CF05A4; }
a { background-color: rgb(207,5,164); }
div.DivClassName
{
background-color: #CF05A4;
}
.BgClassName
{
background-color: #CF05A4;
}
</style>
border-color css
<style>
span { border-color: #CF05A4; }
span { border-color: rgb(207,5,164); }
td.TdClassName
{
border-color: #CF05A4;
}
.TagClassName
{
border-color: #CF05A4;
}
</style>