Shades of Medium Red Violet #CB33A4
Tints of Medium Red Violet #CB33A4
RGB
CMYK
RGB Variations
Color information
#CB33A4 (or 0xCB33A4) is known color: Medium Red Violet. HEX triplet: CB, 33 and A4. RGB value is (203,51,164). Sum of RGB (Red+Green+Blue) = 203+51+164=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 51 (20.31% from 255 or 12.20% from 418); Blue value is 164 (64.45% from 255 or 39.23% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CB33A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB33A4 is #34CC5B. Grayscale: #6D6D6D. Windows color (decimal): -3460188 or 10761163. OLE color: 10761163.
HSL color Cylindrical-coordinate representation of color #CB33A4: hue angle of 315.39º 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 #CB33A4 is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 51 | 164 | - |
| CMYK | 0 | 0.75 | 0.19 | 0.20 |
| HSL | 315.39º | 0.6% | 0.5% | - |
| HSV(B) | 315.39º | 0.75% | 0.8% | - |
| XYZ | 32.51 | 17.74 | 36.83 | - |
| YUV | 109.33 | 158.86 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 51 | 164 | 0 | 0.75 | 0.19 | 0.20 | 315.39 | 0.6 | 0.5 |
| Hex | CB | 33 | A4 | 0 | 4B | 13 | 14 | 13B | 3C | 32 |
| Octal | 313 | 63 | 244 | 0 | 113 | 23 | 24 | 473 | 74 | 62 |
| Binary | 11001011 | 110011 | 10100100 | 0 | 1001011 | 10011 | 10100 | 100111011 | 111100 | 110010 |
Color Harmonies of #CB33A4
Complementary color
Monochromatic Colors of #CB33A4
Black with #CB33A4
Text Example
Text Example
White with #CB33A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB33A4; }
p { color: rgb(203,51,164); }
H1.HeaderClassName
{
color: #CB33A4;
}
.AnyTagClassName
{
color: #CB33A4;
}
</style>
background-color css
<style>
a { background-color: #CB33A4; }
a { background-color: rgb(203,51,164); }
div.DivClassName
{
background-color: #CB33A4;
}
.BgClassName
{
background-color: #CB33A4;
}
</style>
border-color css
<style>
span { border-color: #CB33A4; }
span { border-color: rgb(203,51,164); }
td.TdClassName
{
border-color: #CB33A4;
}
.TagClassName
{
border-color: #CB33A4;
}
</style>