Shades of Medium Red Violet #CB379C
Tints of Medium Red Violet #CB379C
RGB
CMYK
RGB Variations
Color information
#CB379C (or 0xCB379C) is known color: Medium Red Violet. HEX triplet: CB, 37 and 9C. RGB value is (203,55,156). Sum of RGB (Red+Green+Blue) = 203+55+156=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 55 (21.88% from 255 or 13.29% from 414); Blue value is 156 (61.33% from 255 or 37.68% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CB379C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB379C is #34C863. Grayscale: #6E6E6E. Windows color (decimal): -3459172 or 10237899. OLE color: 10237899.
HSL color Cylindrical-coordinate representation of color #CB379C: hue angle of 319.05º 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 #CB379C is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 55 | 156 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.20 |
| HSL | 319.05º | 0.59% | 0.51% | - |
| HSV(B) | 319.05º | 0.73% | 0.8% | - |
| XYZ | 32 | 17.83 | 33.21 | - |
| YUV | 110.77 | 153.53 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 55 | 156 | 0 | 0.73 | 0.23 | 0.20 | 319.05 | 0.59 | 0.51 |
| Hex | CB | 37 | 9C | 0 | 49 | 17 | 14 | 13F | 3B | 33 |
| Octal | 313 | 67 | 234 | 0 | 111 | 27 | 24 | 477 | 73 | 63 |
| Binary | 11001011 | 110111 | 10011100 | 0 | 1001001 | 10111 | 10100 | 100111111 | 111011 | 110011 |
Color Harmonies of #CB379C
Complementary color
Monochromatic Colors of #CB379C
Black with #CB379C
Text Example
Text Example
White with #CB379C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB379C; }
p { color: rgb(203,55,156); }
H1.HeaderClassName
{
color: #CB379C;
}
.AnyTagClassName
{
color: #CB379C;
}
</style>
background-color css
<style>
a { background-color: #CB379C; }
a { background-color: rgb(203,55,156); }
div.DivClassName
{
background-color: #CB379C;
}
.BgClassName
{
background-color: #CB379C;
}
</style>
border-color css
<style>
span { border-color: #CB379C; }
span { border-color: rgb(203,55,156); }
td.TdClassName
{
border-color: #CB379C;
}
.TagClassName
{
border-color: #CB379C;
}
</style>