Shades of Medium Red Violet #CB3493
Tints of Medium Red Violet #CB3493
RGB
CMYK
RGB Variations
Color information
#CB3493 (or 0xCB3493) is known color: Medium Red Violet. HEX triplet: CB, 34 and 93. RGB value is (203,52,147). Sum of RGB (Red+Green+Blue) = 203+52+147=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 52 (20.70% from 255 or 12.94% from 402); Blue value is 147 (57.81% from 255 or 36.57% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3493 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3493 is #34CB6C. Grayscale: #6B6B6B. Windows color (decimal): -3459949 or 9647307. OLE color: 9647307.
HSL color Cylindrical-coordinate representation of color #CB3493: hue angle of 322.25º 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 #CB3493 is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 52 | 147 | - |
| CMYK | 0 | 0.74 | 0.28 | 0.20 |
| HSL | 322.25º | 0.59% | 0.5% | - |
| HSV(B) | 322.25º | 0.74% | 0.8% | - |
| XYZ | 31.12 | 17.26 | 29.29 | - |
| YUV | 107.98 | 150.03 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 52 | 147 | 0 | 0.74 | 0.28 | 0.20 | 322.25 | 0.59 | 0.5 |
| Hex | CB | 34 | 93 | 0 | 4A | 1C | 14 | 142 | 3B | 32 |
| Octal | 313 | 64 | 223 | 0 | 112 | 34 | 24 | 502 | 73 | 62 |
| Binary | 11001011 | 110100 | 10010011 | 0 | 1001010 | 11100 | 10100 | 101000010 | 111011 | 110010 |
Color Harmonies of #CB3493
Complementary color
Monochromatic Colors of #CB3493
Black with #CB3493
Text Example
Text Example
White with #CB3493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3493; }
p { color: rgb(203,52,147); }
H1.HeaderClassName
{
color: #CB3493;
}
.AnyTagClassName
{
color: #CB3493;
}
</style>
background-color css
<style>
a { background-color: #CB3493; }
a { background-color: rgb(203,52,147); }
div.DivClassName
{
background-color: #CB3493;
}
.BgClassName
{
background-color: #CB3493;
}
</style>
border-color css
<style>
span { border-color: #CB3493; }
span { border-color: rgb(203,52,147); }
td.TdClassName
{
border-color: #CB3493;
}
.TagClassName
{
border-color: #CB3493;
}
</style>