Shades of Medium Red Violet #CB3494
Tints of Medium Red Violet #CB3494
RGB
CMYK
RGB Variations
Color information
#CB3494 (or 0xCB3494) is known color: Medium Red Violet. HEX triplet: CB, 34 and 94. RGB value is (203,52,148). Sum of RGB (Red+Green+Blue) = 203+52+148=403 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.37% from 403); Green value is 52 (20.70% from 255 or 12.90% from 403); Blue value is 148 (58.20% from 255 or 36.72% from 403); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3494 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3494 is #34CB6B. Grayscale: #6B6B6B. Windows color (decimal): -3459948 or 9712843. OLE color: 9712843.
HSL color Cylindrical-coordinate representation of color #CB3494: hue angle of 321.85º 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 #CB3494 is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 52 | 148 | - |
| CMYK | 0 | 0.74 | 0.27 | 0.20 |
| HSL | 321.85º | 0.59% | 0.5% | - |
| HSV(B) | 321.85º | 0.74% | 0.8% | - |
| XYZ | 31.2 | 17.29 | 29.71 | - |
| YUV | 108.09 | 150.53 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 52 | 148 | 0 | 0.74 | 0.27 | 0.20 | 321.85 | 0.59 | 0.5 |
| Hex | CB | 34 | 94 | 0 | 4A | 1B | 14 | 142 | 3B | 32 |
| Octal | 313 | 64 | 224 | 0 | 112 | 33 | 24 | 502 | 73 | 62 |
| Binary | 11001011 | 110100 | 10010100 | 0 | 1001010 | 11011 | 10100 | 101000010 | 111011 | 110010 |
Color Harmonies of #CB3494
Complementary color
Monochromatic Colors of #CB3494
Black with #CB3494
Text Example
Text Example
White with #CB3494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3494; }
p { color: rgb(203,52,148); }
H1.HeaderClassName
{
color: #CB3494;
}
.AnyTagClassName
{
color: #CB3494;
}
</style>
background-color css
<style>
a { background-color: #CB3494; }
a { background-color: rgb(203,52,148); }
div.DivClassName
{
background-color: #CB3494;
}
.BgClassName
{
background-color: #CB3494;
}
</style>
border-color css
<style>
span { border-color: #CB3494; }
span { border-color: rgb(203,52,148); }
td.TdClassName
{
border-color: #CB3494;
}
.TagClassName
{
border-color: #CB3494;
}
</style>