Shades of Medium Red Violet #CB3498
Tints of Medium Red Violet #CB3498
RGB
CMYK
RGB Variations
Color information
#CB3498 (or 0xCB3498) is known color: Medium Red Violet. HEX triplet: CB, 34 and 98. RGB value is (203,52,152). Sum of RGB (Red+Green+Blue) = 203+52+152=407 (53% of max value = 765). Red value is 203 (79.69% from 255 or 49.88% from 407); Green value is 52 (20.70% from 255 or 12.78% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3498 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3498 is #34CB67. Grayscale: #6C6C6C. Windows color (decimal): -3459944 or 9974987. OLE color: 9974987.
HSL color Cylindrical-coordinate representation of color #CB3498: hue angle of 320.26º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB3498 is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 52 | 152 | - |
| CMYK | 0 | 0.74 | 0.25 | 0.20 |
| HSL | 320.26º | 0.59% | 0.5% | - |
| HSV(B) | 320.26º | 0.74% | 0.8% | - |
| XYZ | 31.52 | 17.42 | 31.41 | - |
| YUV | 108.55 | 152.53 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 52 | 152 | 0 | 0.74 | 0.25 | 0.20 | 320.26 | 0.59 | 0.5 |
| Hex | CB | 34 | 98 | 0 | 4A | 19 | 14 | 140 | 3B | 32 |
| Octal | 313 | 64 | 230 | 0 | 112 | 31 | 24 | 500 | 73 | 62 |
| Binary | 11001011 | 110100 | 10011000 | 0 | 1001010 | 11001 | 10100 | 101000000 | 111011 | 110010 |
Color Harmonies of #CB3498
Complementary color
Monochromatic Colors of #CB3498
Black with #CB3498
Text Example
Text Example
White with #CB3498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3498; }
p { color: rgb(203,52,152); }
H1.HeaderClassName
{
color: #CB3498;
}
.AnyTagClassName
{
color: #CB3498;
}
</style>
background-color css
<style>
a { background-color: #CB3498; }
a { background-color: rgb(203,52,152); }
div.DivClassName
{
background-color: #CB3498;
}
.BgClassName
{
background-color: #CB3498;
}
</style>
border-color css
<style>
span { border-color: #CB3498; }
span { border-color: rgb(203,52,152); }
td.TdClassName
{
border-color: #CB3498;
}
.TagClassName
{
border-color: #CB3498;
}
</style>