Shades of Medium Red Violet #CB2EAC
Tints of Medium Red Violet #CB2EAC
RGB
CMYK
RGB Variations
Color information
#CB2EAC (or 0xCB2EAC) is known color: Medium Red Violet. HEX triplet: CB, 2E and AC. RGB value is (203,46,172). Sum of RGB (Red+Green+Blue) = 203+46+172=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 46 (18.36% from 255 or 10.93% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2EAC is #34D153. Grayscale: #6A6A6A. Windows color (decimal): -3461460 or 11284171. OLE color: 11284171.
HSL color Cylindrical-coordinate representation of color #CB2EAC: hue angle of 311.85º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB2EAC is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 46 | 172 | - |
| CMYK | 0 | 0.77 | 0.15 | 0.20 |
| HSL | 311.85º | 0.63% | 0.49% | - |
| HSV(B) | 311.85º | 0.77% | 0.8% | - |
| XYZ | 33.05 | 17.63 | 40.69 | - |
| YUV | 107.31 | 164.51 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 46 | 172 | 0 | 0.77 | 0.15 | 0.20 | 311.85 | 0.63 | 0.49 |
| Hex | CB | 2E | AC | 0 | 4D | F | 14 | 138 | 3F | 31 |
| Octal | 313 | 56 | 254 | 0 | 115 | 17 | 24 | 470 | 77 | 61 |
| Binary | 11001011 | 101110 | 10101100 | 0 | 1001101 | 1111 | 10100 | 100111000 | 111111 | 110001 |
Color Harmonies of #CB2EAC
Complementary color
Monochromatic Colors of #CB2EAC
Black with #CB2EAC
Text Example
Text Example
White with #CB2EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2EAC; }
p { color: rgb(203,46,172); }
H1.HeaderClassName
{
color: #CB2EAC;
}
.AnyTagClassName
{
color: #CB2EAC;
}
</style>
background-color css
<style>
a { background-color: #CB2EAC; }
a { background-color: rgb(203,46,172); }
div.DivClassName
{
background-color: #CB2EAC;
}
.BgClassName
{
background-color: #CB2EAC;
}
</style>
border-color css
<style>
span { border-color: #CB2EAC; }
span { border-color: rgb(203,46,172); }
td.TdClassName
{
border-color: #CB2EAC;
}
.TagClassName
{
border-color: #CB2EAC;
}
</style>