Shades of Medium Violet Red #CF29B0
Tints of Medium Violet Red #CF29B0
RGB
CMYK
RGB Variations
Color information
#CF29B0 (or 0xCF29B0) is known color: Medium Violet Red. HEX triplet: CF, 29 and B0. RGB value is (207,41,176). Sum of RGB (Red+Green+Blue) = 207+41+176=424 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.82% from 424); Green value is 41 (16.41% from 255 or 9.67% from 424); Blue value is 176 (69.14% from 255 or 41.51% from 424); Max value from RGB is 207 - color contains mainly: red. Hex color #CF29B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF29B0 is #30D64F. Grayscale: #696969. Windows color (decimal): -3200592 or 11545039. OLE color: 11545039.
HSL color Cylindrical-coordinate representation of color #CF29B0: hue angle of 311.2º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF29B0 is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 41 | 176 | - |
| CMYK | 0 | 0.80 | 0.15 | 0.19 |
| HSL | 311.2º | 0.67% | 0.49% | - |
| HSV(B) | 311.2º | 0.8% | 0.81% | - |
| XYZ | 34.36 | 17.99 | 42.73 | - |
| YUV | 106.02 | 167.5 | 200.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 41 | 176 | 0 | 0.80 | 0.15 | 0.19 | 311.2 | 0.67 | 0.49 |
| Hex | CF | 29 | B0 | 0 | 50 | F | 13 | 137 | 43 | 31 |
| Octal | 317 | 51 | 260 | 0 | 120 | 17 | 23 | 467 | 103 | 61 |
| Binary | 11001111 | 101001 | 10110000 | 0 | 1010000 | 1111 | 10011 | 100110111 | 1000011 | 110001 |
Color Harmonies of #CF29B0
Complementary color
Monochromatic Colors of #CF29B0
Black with #CF29B0
Text Example
Text Example
White with #CF29B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF29B0; }
p { color: rgb(207,41,176); }
H1.HeaderClassName
{
color: #CF29B0;
}
.AnyTagClassName
{
color: #CF29B0;
}
</style>
background-color css
<style>
a { background-color: #CF29B0; }
a { background-color: rgb(207,41,176); }
div.DivClassName
{
background-color: #CF29B0;
}
.BgClassName
{
background-color: #CF29B0;
}
</style>
border-color css
<style>
span { border-color: #CF29B0; }
span { border-color: rgb(207,41,176); }
td.TdClassName
{
border-color: #CF29B0;
}
.TagClassName
{
border-color: #CF29B0;
}
</style>