Shades of Medium Violet Red #CF0A9C
Tints of Medium Violet Red #CF0A9C
RGB
CMYK
RGB Variations
Color information
#CF0A9C (or 0xCF0A9C) is known color: Medium Violet Red. HEX triplet: CF, 0A and 9C. RGB value is (207,10,156). Sum of RGB (Red+Green+Blue) = 207+10+156=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 10 (4.30% from 255 or 2.68% from 373); Blue value is 156 (61.33% from 255 or 41.82% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0A9C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0A9C is #30F563. Grayscale: #555555. Windows color (decimal): -3208548 or 10226383. OLE color: 10226383.
HSL color Cylindrical-coordinate representation of color #CF0A9C: hue angle of 315.53º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF0A9C is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 10 | 156 | - |
| CMYK | 0 | 0.95 | 0.25 | 0.19 |
| HSL | 315.53º | 0.91% | 0.43% | - |
| HSV(B) | 315.53º | 0.95% | 0.81% | - |
| XYZ | 31.84 | 15.88 | 32.84 | - |
| YUV | 85.55 | 167.77 | 214.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 10 | 156 | 0 | 0.95 | 0.25 | 0.19 | 315.53 | 0.91 | 0.43 |
| Hex | CF | A | 9C | 0 | 5F | 19 | 13 | 13C | 5B | 2B |
| Octal | 317 | 12 | 234 | 0 | 137 | 31 | 23 | 474 | 133 | 53 |
| Binary | 11001111 | 1010 | 10011100 | 0 | 1011111 | 11001 | 10011 | 100111100 | 1011011 | 101011 |
Color Harmonies of #CF0A9C
Complementary color
Monochromatic Colors of #CF0A9C
Black with #CF0A9C
Text Example
Text Example
White with #CF0A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0A9C; }
p { color: rgb(207,10,156); }
H1.HeaderClassName
{
color: #CF0A9C;
}
.AnyTagClassName
{
color: #CF0A9C;
}
</style>
background-color css
<style>
a { background-color: #CF0A9C; }
a { background-color: rgb(207,10,156); }
div.DivClassName
{
background-color: #CF0A9C;
}
.BgClassName
{
background-color: #CF0A9C;
}
</style>
border-color css
<style>
span { border-color: #CF0A9C; }
span { border-color: rgb(207,10,156); }
td.TdClassName
{
border-color: #CF0A9C;
}
.TagClassName
{
border-color: #CF0A9C;
}
</style>