Shades of Medium Violet Red #CB2375
Tints of Medium Violet Red #CB2375
RGB
CMYK
RGB Variations
Color information
#CB2375 (or 0xCB2375) is known color: Medium Violet Red. HEX triplet: CB, 23 and 75. RGB value is (203,35,117). Sum of RGB (Red+Green+Blue) = 203+35+117=355 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.18% from 355); Green value is 35 (14.06% from 255 or 9.86% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2375 is #34DC8A. Grayscale: #5E5E5E. Windows color (decimal): -3464331 or 7676875. OLE color: 7676875.
HSL color Cylindrical-coordinate representation of color #CB2375: hue angle of 330.71º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB2375 is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 35 | 117 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.20 |
| HSL | 330.71º | 0.71% | 0.47% | - |
| HSV(B) | 330.71º | 0.83% | 0.8% | - |
| XYZ | 28.44 | 15.18 | 18.26 | - |
| YUV | 94.58 | 140.66 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 35 | 117 | 0 | 0.83 | 0.42 | 0.20 | 330.71 | 0.71 | 0.47 |
| Hex | CB | 23 | 75 | 0 | 53 | 2A | 14 | 14B | 47 | 2F |
| Octal | 313 | 43 | 165 | 0 | 123 | 52 | 24 | 513 | 107 | 57 |
| Binary | 11001011 | 100011 | 1110101 | 0 | 1010011 | 101010 | 10100 | 101001011 | 1000111 | 101111 |
Color Harmonies of #CB2375
Complementary color
Monochromatic Colors of #CB2375
Black with #CB2375
Text Example
Text Example
White with #CB2375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2375; }
p { color: rgb(203,35,117); }
H1.HeaderClassName
{
color: #CB2375;
}
.AnyTagClassName
{
color: #CB2375;
}
</style>
background-color css
<style>
a { background-color: #CB2375; }
a { background-color: rgb(203,35,117); }
div.DivClassName
{
background-color: #CB2375;
}
.BgClassName
{
background-color: #CB2375;
}
</style>
border-color css
<style>
span { border-color: #CB2375; }
span { border-color: rgb(203,35,117); }
td.TdClassName
{
border-color: #CB2375;
}
.TagClassName
{
border-color: #CB2375;
}
</style>