Shades of Medium Red Violet #CB338F
Tints of Medium Red Violet #CB338F
RGB
CMYK
RGB Variations
Color information
#CB338F (or 0xCB338F) is known color: Medium Red Violet. HEX triplet: CB, 33 and 8F. RGB value is (203,51,143). Sum of RGB (Red+Green+Blue) = 203+51+143=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 51 (20.31% from 255 or 12.85% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CB338F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB338F is #34CC70. Grayscale: #6A6A6A. Windows color (decimal): -3460209 or 9384907. OLE color: 9384907.
HSL color Cylindrical-coordinate representation of color #CB338F: hue angle of 323.68º 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 #CB338F is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 51 | 143 | - |
| CMYK | 0 | 0.75 | 0.30 | 0.20 |
| HSL | 323.68º | 0.6% | 0.5% | - |
| HSV(B) | 323.68º | 0.75% | 0.8% | - |
| XYZ | 30.77 | 17.05 | 27.66 | - |
| YUV | 106.94 | 148.36 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 51 | 143 | 0 | 0.75 | 0.30 | 0.20 | 323.68 | 0.6 | 0.5 |
| Hex | CB | 33 | 8F | 0 | 4B | 1E | 14 | 144 | 3C | 32 |
| Octal | 313 | 63 | 217 | 0 | 113 | 36 | 24 | 504 | 74 | 62 |
| Binary | 11001011 | 110011 | 10001111 | 0 | 1001011 | 11110 | 10100 | 101000100 | 111100 | 110010 |
Color Harmonies of #CB338F
Complementary color
Monochromatic Colors of #CB338F
Black with #CB338F
Text Example
Text Example
White with #CB338F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB338F; }
p { color: rgb(203,51,143); }
H1.HeaderClassName
{
color: #CB338F;
}
.AnyTagClassName
{
color: #CB338F;
}
</style>
background-color css
<style>
a { background-color: #CB338F; }
a { background-color: rgb(203,51,143); }
div.DivClassName
{
background-color: #CB338F;
}
.BgClassName
{
background-color: #CB338F;
}
</style>
border-color css
<style>
span { border-color: #CB338F; }
span { border-color: rgb(203,51,143); }
td.TdClassName
{
border-color: #CB338F;
}
.TagClassName
{
border-color: #CB338F;
}
</style>