Shades of Medium Red Violet #CB379B
Tints of Medium Red Violet #CB379B
RGB
CMYK
RGB Variations
Color information
#CB379B (or 0xCB379B) is known color: Medium Red Violet. HEX triplet: CB, 37 and 9B. RGB value is (203,55,155). Sum of RGB (Red+Green+Blue) = 203+55+155=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 55 (21.88% from 255 or 13.32% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 203 - color contains mainly: red. Hex color #CB379B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB379B is #34C864. Grayscale: #6E6E6E. Windows color (decimal): -3459173 or 10172363. OLE color: 10172363.
HSL color Cylindrical-coordinate representation of color #CB379B: hue angle of 319.46º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB379B is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 55 | 155 | - |
| CMYK | 0 | 0.73 | 0.24 | 0.20 |
| HSL | 319.46º | 0.59% | 0.51% | - |
| HSV(B) | 319.46º | 0.73% | 0.8% | - |
| XYZ | 31.91 | 17.8 | 32.76 | - |
| YUV | 110.65 | 153.03 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 55 | 155 | 0 | 0.73 | 0.24 | 0.20 | 319.46 | 0.59 | 0.51 |
| Hex | CB | 37 | 9B | 0 | 49 | 18 | 14 | 13F | 3B | 33 |
| Octal | 313 | 67 | 233 | 0 | 111 | 30 | 24 | 477 | 73 | 63 |
| Binary | 11001011 | 110111 | 10011011 | 0 | 1001001 | 11000 | 10100 | 100111111 | 111011 | 110011 |
Color Harmonies of #CB379B
Complementary color
Monochromatic Colors of #CB379B
Black with #CB379B
Text Example
Text Example
White with #CB379B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB379B; }
p { color: rgb(203,55,155); }
H1.HeaderClassName
{
color: #CB379B;
}
.AnyTagClassName
{
color: #CB379B;
}
</style>
background-color css
<style>
a { background-color: #CB379B; }
a { background-color: rgb(203,55,155); }
div.DivClassName
{
background-color: #CB379B;
}
.BgClassName
{
background-color: #CB379B;
}
</style>
border-color css
<style>
span { border-color: #CB379B; }
span { border-color: rgb(203,55,155); }
td.TdClassName
{
border-color: #CB379B;
}
.TagClassName
{
border-color: #CB379B;
}
</style>