Shades of Medium Red Violet #CB299D
Tints of Medium Red Violet #CB299D
RGB
CMYK
RGB Variations
Color information
#CB299D (or 0xCB299D) is known color: Medium Red Violet. HEX triplet: CB, 29 and 9D. RGB value is (203,41,157). Sum of RGB (Red+Green+Blue) = 203+41+157=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 41 (16.41% from 255 or 10.22% from 401); Blue value is 157 (61.72% from 255 or 39.15% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CB299D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB299D is #34D662. Grayscale: #666666. Windows color (decimal): -3462755 or 10299851. OLE color: 10299851.
HSL color Cylindrical-coordinate representation of color #CB299D: hue angle of 317.04º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB299D is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 41 | 157 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.20 |
| HSL | 317.04º | 0.66% | 0.48% | - |
| HSV(B) | 317.04º | 0.8% | 0.8% | - |
| XYZ | 31.51 | 16.72 | 33.46 | - |
| YUV | 102.66 | 158.67 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 41 | 157 | 0 | 0.80 | 0.23 | 0.20 | 317.04 | 0.66 | 0.48 |
| Hex | CB | 29 | 9D | 0 | 50 | 17 | 14 | 13D | 42 | 30 |
| Octal | 313 | 51 | 235 | 0 | 120 | 27 | 24 | 475 | 102 | 60 |
| Binary | 11001011 | 101001 | 10011101 | 0 | 1010000 | 10111 | 10100 | 100111101 | 1000010 | 110000 |
Color Harmonies of #CB299D
Complementary color
Monochromatic Colors of #CB299D
Black with #CB299D
Text Example
Text Example
White with #CB299D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB299D; }
p { color: rgb(203,41,157); }
H1.HeaderClassName
{
color: #CB299D;
}
.AnyTagClassName
{
color: #CB299D;
}
</style>
background-color css
<style>
a { background-color: #CB299D; }
a { background-color: rgb(203,41,157); }
div.DivClassName
{
background-color: #CB299D;
}
.BgClassName
{
background-color: #CB299D;
}
</style>
border-color css
<style>
span { border-color: #CB299D; }
span { border-color: rgb(203,41,157); }
td.TdClassName
{
border-color: #CB299D;
}
.TagClassName
{
border-color: #CB299D;
}
</style>