Shades of Medium Red Violet #CB3294
Tints of Medium Red Violet #CB3294
RGB
CMYK
RGB Variations
Color information
#CB3294 (or 0xCB3294) is known color: Medium Red Violet. HEX triplet: CB, 32 and 94. RGB value is (203,50,148). Sum of RGB (Red+Green+Blue) = 203+50+148=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 50 (19.92% from 255 or 12.47% from 401); Blue value is 148 (58.20% from 255 or 36.91% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3294 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3294 is #34CD6B. Grayscale: #6A6A6A. Windows color (decimal): -3460460 or 9712331. OLE color: 9712331.
HSL color Cylindrical-coordinate representation of color #CB3294: hue angle of 321.57º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB3294 is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 50 | 148 | - |
| CMYK | 0 | 0.75 | 0.27 | 0.20 |
| HSL | 321.57º | 0.6% | 0.5% | - |
| HSV(B) | 321.57º | 0.75% | 0.8% | - |
| XYZ | 31.11 | 17.12 | 29.68 | - |
| YUV | 106.92 | 151.19 | 196.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 148 | 0 | 0.75 | 0.27 | 0.20 | 321.57 | 0.6 | 0.5 |
| Hex | CB | 32 | 94 | 0 | 4B | 1B | 14 | 142 | 3C | 32 |
| Octal | 313 | 62 | 224 | 0 | 113 | 33 | 24 | 502 | 74 | 62 |
| Binary | 11001011 | 110010 | 10010100 | 0 | 1001011 | 11011 | 10100 | 101000010 | 111100 | 110010 |
Color Harmonies of #CB3294
Complementary color
Monochromatic Colors of #CB3294
Black with #CB3294
Text Example
Text Example
White with #CB3294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3294; }
p { color: rgb(203,50,148); }
H1.HeaderClassName
{
color: #CB3294;
}
.AnyTagClassName
{
color: #CB3294;
}
</style>
background-color css
<style>
a { background-color: #CB3294; }
a { background-color: rgb(203,50,148); }
div.DivClassName
{
background-color: #CB3294;
}
.BgClassName
{
background-color: #CB3294;
}
</style>
border-color css
<style>
span { border-color: #CB3294; }
span { border-color: rgb(203,50,148); }
td.TdClassName
{
border-color: #CB3294;
}
.TagClassName
{
border-color: #CB3294;
}
</style>