Shades of Medium Violet Red #CB08A4
Tints of Medium Violet Red #CB08A4
RGB
CMYK
RGB Variations
Color information
#CB08A4 (or 0xCB08A4) is known color: Medium Violet Red. HEX triplet: CB, 08 and A4. RGB value is (203,8,164). Sum of RGB (Red+Green+Blue) = 203+8+164=375 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.13% from 375); Green value is 8 (3.52% from 255 or 2.13% from 375); Blue value is 164 (64.45% from 255 or 43.73% from 375); Max value from RGB is 203 - color contains mainly: red. Hex color #CB08A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB08A4 is #34F75B. Grayscale: #535353. Windows color (decimal): -3471196 or 10750155. OLE color: 10750155.
HSL color Cylindrical-coordinate representation of color #CB08A4: hue angle of 312º 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 #CB08A4 is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 8 | 164 | - |
| CMYK | 0 | 0.96 | 0.19 | 0.20 |
| HSL | 312º | 0.92% | 0.41% | - |
| HSV(B) | 312º | 0.96% | 0.8% | - |
| XYZ | 31.42 | 15.55 | 36.47 | - |
| YUV | 84.09 | 173.1 | 212.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 8 | 164 | 0 | 0.96 | 0.19 | 0.20 | 312 | 0.92 | 0.41 |
| Hex | CB | 8 | A4 | 0 | 60 | 13 | 14 | 138 | 5C | 29 |
| Octal | 313 | 10 | 244 | 0 | 140 | 23 | 24 | 470 | 134 | 51 |
| Binary | 11001011 | 1000 | 10100100 | 0 | 1100000 | 10011 | 10100 | 100111000 | 1011100 | 101001 |
Color Harmonies of #CB08A4
Complementary color
Monochromatic Colors of #CB08A4
Black with #CB08A4
Text Example
Text Example
White with #CB08A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB08A4; }
p { color: rgb(203,8,164); }
H1.HeaderClassName
{
color: #CB08A4;
}
.AnyTagClassName
{
color: #CB08A4;
}
</style>
background-color css
<style>
a { background-color: #CB08A4; }
a { background-color: rgb(203,8,164); }
div.DivClassName
{
background-color: #CB08A4;
}
.BgClassName
{
background-color: #CB08A4;
}
</style>
border-color css
<style>
span { border-color: #CB08A4; }
span { border-color: rgb(203,8,164); }
td.TdClassName
{
border-color: #CB08A4;
}
.TagClassName
{
border-color: #CB08A4;
}
</style>