Shades of Medium Violet Red #CB2682
Tints of Medium Violet Red #CB2682
RGB
CMYK
RGB Variations
Color information
#CB2682 (or 0xCB2682) is known color: Medium Violet Red. HEX triplet: CB, 26 and 82. RGB value is (203,38,130). Sum of RGB (Red+Green+Blue) = 203+38+130=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 38 (15.23% from 255 or 10.24% from 371); Blue value is 130 (51.17% from 255 or 35.04% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2682 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2682 is #34D97D. Grayscale: #616161. Windows color (decimal): -3463550 or 8529611. OLE color: 8529611.
HSL color Cylindrical-coordinate representation of color #CB2682: hue angle of 326.55º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB2682 is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 38 | 130 | - |
| CMYK | 0 | 0.81 | 0.36 | 0.20 |
| HSL | 326.55º | 0.68% | 0.47% | - |
| HSV(B) | 326.55º | 0.81% | 0.8% | - |
| XYZ | 29.35 | 15.69 | 22.6 | - |
| YUV | 97.82 | 146.16 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 38 | 130 | 0 | 0.81 | 0.36 | 0.20 | 326.55 | 0.68 | 0.47 |
| Hex | CB | 26 | 82 | 0 | 51 | 24 | 14 | 147 | 44 | 2F |
| Octal | 313 | 46 | 202 | 0 | 121 | 44 | 24 | 507 | 104 | 57 |
| Binary | 11001011 | 100110 | 10000010 | 0 | 1010001 | 100100 | 10100 | 101000111 | 1000100 | 101111 |
Color Harmonies of #CB2682
Complementary color
Monochromatic Colors of #CB2682
Black with #CB2682
Text Example
Text Example
White with #CB2682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2682; }
p { color: rgb(203,38,130); }
H1.HeaderClassName
{
color: #CB2682;
}
.AnyTagClassName
{
color: #CB2682;
}
</style>
background-color css
<style>
a { background-color: #CB2682; }
a { background-color: rgb(203,38,130); }
div.DivClassName
{
background-color: #CB2682;
}
.BgClassName
{
background-color: #CB2682;
}
</style>
border-color css
<style>
span { border-color: #CB2682; }
span { border-color: rgb(203,38,130); }
td.TdClassName
{
border-color: #CB2682;
}
.TagClassName
{
border-color: #CB2682;
}
</style>