Shades of Medium Violet Red #CF08A4
Tints of Medium Violet Red #CF08A4
RGB
CMYK
RGB Variations
Color information
#CF08A4 (or 0xCF08A4) is known color: Medium Violet Red. HEX triplet: CF, 08 and A4. RGB value is (207,8,164). Sum of RGB (Red+Green+Blue) = 207+8+164=379 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.62% from 379); Green value is 8 (3.52% from 255 or 2.11% from 379); Blue value is 164 (64.45% from 255 or 43.27% from 379); Max value from RGB is 207 - color contains mainly: red. Hex color #CF08A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF08A4 is #30F75B. Grayscale: #545454. Windows color (decimal): -3209052 or 10750159. OLE color: 10750159.
HSL color Cylindrical-coordinate representation of color #CF08A4: hue angle of 312.96º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF08A4 is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 8 | 164 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.19 |
| HSL | 312.96º | 0.93% | 0.42% | - |
| HSV(B) | 312.96º | 0.96% | 0.81% | - |
| XYZ | 32.52 | 16.12 | 36.52 | - |
| YUV | 85.29 | 172.43 | 214.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 8 | 164 | 0 | 0.96 | 0.21 | 0.19 | 312.96 | 0.93 | 0.42 |
| Hex | CF | 8 | A4 | 0 | 60 | 15 | 13 | 139 | 5D | 2A |
| Octal | 317 | 10 | 244 | 0 | 140 | 25 | 23 | 471 | 135 | 52 |
| Binary | 11001111 | 1000 | 10100100 | 0 | 1100000 | 10101 | 10011 | 100111001 | 1011101 | 101010 |
Color Harmonies of #CF08A4
Complementary color
Monochromatic Colors of #CF08A4
Black with #CF08A4
Text Example
Text Example
White with #CF08A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF08A4; }
p { color: rgb(207,8,164); }
H1.HeaderClassName
{
color: #CF08A4;
}
.AnyTagClassName
{
color: #CF08A4;
}
</style>
background-color css
<style>
a { background-color: #CF08A4; }
a { background-color: rgb(207,8,164); }
div.DivClassName
{
background-color: #CF08A4;
}
.BgClassName
{
background-color: #CF08A4;
}
</style>
border-color css
<style>
span { border-color: #CF08A4; }
span { border-color: rgb(207,8,164); }
td.TdClassName
{
border-color: #CF08A4;
}
.TagClassName
{
border-color: #CF08A4;
}
</style>