Shades of Medium Red Violet #CB348F
Tints of Medium Red Violet #CB348F
RGB
CMYK
RGB Variations
Color information
#CB348F (or 0xCB348F) is known color: Medium Red Violet. HEX triplet: CB, 34 and 8F. RGB value is (203,52,143). Sum of RGB (Red+Green+Blue) = 203+52+143=398 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.01% from 398); Green value is 52 (20.70% from 255 or 13.07% from 398); Blue value is 143 (56.25% from 255 or 35.93% from 398); Max value from RGB is 203 - color contains mainly: red. Hex color #CB348F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB348F is #34CB70. Grayscale: #6B6B6B. Windows color (decimal): -3459953 or 9385163. OLE color: 9385163.
HSL color Cylindrical-coordinate representation of color #CB348F: hue angle of 323.84º 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 #CB348F is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 52 | 143 | - |
| CMYK | 0 | 0.74 | 0.30 | 0.20 |
| HSL | 323.84º | 0.59% | 0.5% | - |
| HSV(B) | 323.84º | 0.74% | 0.8% | - |
| XYZ | 30.81 | 17.14 | 27.67 | - |
| YUV | 107.52 | 148.03 | 196.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 52 | 143 | 0 | 0.74 | 0.30 | 0.20 | 323.84 | 0.59 | 0.5 |
| Hex | CB | 34 | 8F | 0 | 4A | 1E | 14 | 144 | 3B | 32 |
| Octal | 313 | 64 | 217 | 0 | 112 | 36 | 24 | 504 | 73 | 62 |
| Binary | 11001011 | 110100 | 10001111 | 0 | 1001010 | 11110 | 10100 | 101000100 | 111011 | 110010 |
Color Harmonies of #CB348F
Complementary color
Monochromatic Colors of #CB348F
Black with #CB348F
Text Example
Text Example
White with #CB348F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB348F; }
p { color: rgb(203,52,143); }
H1.HeaderClassName
{
color: #CB348F;
}
.AnyTagClassName
{
color: #CB348F;
}
</style>
background-color css
<style>
a { background-color: #CB348F; }
a { background-color: rgb(203,52,143); }
div.DivClassName
{
background-color: #CB348F;
}
.BgClassName
{
background-color: #CB348F;
}
</style>
border-color css
<style>
span { border-color: #CB348F; }
span { border-color: rgb(203,52,143); }
td.TdClassName
{
border-color: #CB348F;
}
.TagClassName
{
border-color: #CB348F;
}
</style>