Shades of Medium Violet Red #CB2374
Tints of Medium Violet Red #CB2374
RGB
CMYK
RGB Variations
Color information
#CB2374 (or 0xCB2374) is known color: Medium Violet Red. HEX triplet: CB, 23 and 74. RGB value is (203,35,116). Sum of RGB (Red+Green+Blue) = 203+35+116=354 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.34% from 354); Green value is 35 (14.06% from 255 or 9.89% from 354); Blue value is 116 (45.70% from 255 or 32.77% from 354); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2374 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2374 is #34DC8B. Grayscale: #5E5E5E. Windows color (decimal): -3464332 or 7611339. OLE color: 7611339.
HSL color Cylindrical-coordinate representation of color #CB2374: hue angle of 331.07º 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 #CB2374 is Cyan = 0, Magento = 0.83, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 35 | 116 | - |
| CMYK | 0 | 0.83 | 0.43 | 0.20 |
| HSL | 331.07º | 0.71% | 0.47% | - |
| HSV(B) | 331.07º | 0.83% | 0.8% | - |
| XYZ | 28.38 | 15.16 | 17.95 | - |
| YUV | 94.47 | 140.16 | 205.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 35 | 116 | 0 | 0.83 | 0.43 | 0.20 | 331.07 | 0.71 | 0.47 |
| Hex | CB | 23 | 74 | 0 | 53 | 2B | 14 | 14B | 47 | 2F |
| Octal | 313 | 43 | 164 | 0 | 123 | 53 | 24 | 513 | 107 | 57 |
| Binary | 11001011 | 100011 | 1110100 | 0 | 1010011 | 101011 | 10100 | 101001011 | 1000111 | 101111 |
Color Harmonies of #CB2374
Complementary color
Monochromatic Colors of #CB2374
Black with #CB2374
Text Example
Text Example
White with #CB2374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2374; }
p { color: rgb(203,35,116); }
H1.HeaderClassName
{
color: #CB2374;
}
.AnyTagClassName
{
color: #CB2374;
}
</style>
background-color css
<style>
a { background-color: #CB2374; }
a { background-color: rgb(203,35,116); }
div.DivClassName
{
background-color: #CB2374;
}
.BgClassName
{
background-color: #CB2374;
}
</style>
border-color css
<style>
span { border-color: #CB2374; }
span { border-color: rgb(203,35,116); }
td.TdClassName
{
border-color: #CB2374;
}
.TagClassName
{
border-color: #CB2374;
}
</style>