Shades of Medium Violet Red #CB08A3
Tints of Medium Violet Red #CB08A3
RGB
CMYK
RGB Variations
Color information
#CB08A3 (or 0xCB08A3) is known color: Medium Violet Red. HEX triplet: CB, 08 and A3. RGB value is (203,8,163). Sum of RGB (Red+Green+Blue) = 203+8+163=374 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.28% from 374); Green value is 8 (3.52% from 255 or 2.14% from 374); Blue value is 163 (64.06% from 255 or 43.58% from 374); Max value from RGB is 203 - color contains mainly: red. Hex color #CB08A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB08A3 is #34F75C. Grayscale: #535353. Windows color (decimal): -3471197 or 10684619. OLE color: 10684619.
HSL color Cylindrical-coordinate representation of color #CB08A3: hue angle of 312.31º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB08A3 is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 8 | 163 | - |
| CMYK | 0 | 0.96 | 0.20 | 0.20 |
| HSL | 312.31º | 0.92% | 0.41% | - |
| HSV(B) | 312.31º | 0.96% | 0.8% | - |
| XYZ | 31.33 | 15.51 | 35.99 | - |
| YUV | 83.98 | 172.6 | 212.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 8 | 163 | 0 | 0.96 | 0.20 | 0.20 | 312.31 | 0.92 | 0.41 |
| Hex | CB | 8 | A3 | 0 | 60 | 14 | 14 | 138 | 5C | 29 |
| Octal | 313 | 10 | 243 | 0 | 140 | 24 | 24 | 470 | 134 | 51 |
| Binary | 11001011 | 1000 | 10100011 | 0 | 1100000 | 10100 | 10100 | 100111000 | 1011100 | 101001 |
Color Harmonies of #CB08A3
Complementary color
Monochromatic Colors of #CB08A3
Black with #CB08A3
Text Example
Text Example
White with #CB08A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB08A3; }
p { color: rgb(203,8,163); }
H1.HeaderClassName
{
color: #CB08A3;
}
.AnyTagClassName
{
color: #CB08A3;
}
</style>
background-color css
<style>
a { background-color: #CB08A3; }
a { background-color: rgb(203,8,163); }
div.DivClassName
{
background-color: #CB08A3;
}
.BgClassName
{
background-color: #CB08A3;
}
</style>
border-color css
<style>
span { border-color: #CB08A3; }
span { border-color: rgb(203,8,163); }
td.TdClassName
{
border-color: #CB08A3;
}
.TagClassName
{
border-color: #CB08A3;
}
</style>