Shades of Medium Red Violet #CB349E
Tints of Medium Red Violet #CB349E
RGB
CMYK
RGB Variations
Color information
#CB349E (or 0xCB349E) is known color: Medium Red Violet. HEX triplet: CB, 34 and 9E. RGB value is (203,52,158). Sum of RGB (Red+Green+Blue) = 203+52+158=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 52 (20.70% from 255 or 12.59% from 413); Blue value is 158 (62.11% from 255 or 38.26% from 413); Max value from RGB is 203 - color contains mainly: red. Hex color #CB349E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB349E is #34CB61. Grayscale: #6C6C6C. Windows color (decimal): -3459938 or 10368203. OLE color: 10368203.
HSL color Cylindrical-coordinate representation of color #CB349E: hue angle of 317.88º 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 #CB349E is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 52 | 158 | - |
| CMYK | 0 | 0.74 | 0.22 | 0.20 |
| HSL | 317.88º | 0.59% | 0.5% | - |
| HSV(B) | 317.88º | 0.74% | 0.8% | - |
| XYZ | 32.03 | 17.62 | 34.06 | - |
| YUV | 109.23 | 155.53 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 52 | 158 | 0 | 0.74 | 0.22 | 0.20 | 317.88 | 0.59 | 0.5 |
| Hex | CB | 34 | 9E | 0 | 4A | 16 | 14 | 13E | 3B | 32 |
| Octal | 313 | 64 | 236 | 0 | 112 | 26 | 24 | 476 | 73 | 62 |
| Binary | 11001011 | 110100 | 10011110 | 0 | 1001010 | 10110 | 10100 | 100111110 | 111011 | 110010 |
Color Harmonies of #CB349E
Complementary color
Monochromatic Colors of #CB349E
Black with #CB349E
Text Example
Text Example
White with #CB349E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB349E; }
p { color: rgb(203,52,158); }
H1.HeaderClassName
{
color: #CB349E;
}
.AnyTagClassName
{
color: #CB349E;
}
</style>
background-color css
<style>
a { background-color: #CB349E; }
a { background-color: rgb(203,52,158); }
div.DivClassName
{
background-color: #CB349E;
}
.BgClassName
{
background-color: #CB349E;
}
</style>
border-color css
<style>
span { border-color: #CB349E; }
span { border-color: rgb(203,52,158); }
td.TdClassName
{
border-color: #CB349E;
}
.TagClassName
{
border-color: #CB349E;
}
</style>