Shades of Deep Magenta #CB08B3
Tints of Deep Magenta #CB08B3
RGB
CMYK
RGB Variations
Color information
#CB08B3 (or 0xCB08B3) is known color: Deep Magenta. HEX triplet: CB, 08 and B3. RGB value is (203,8,179). Sum of RGB (Red+Green+Blue) = 203+8+179=390 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.05% from 390); Green value is 8 (3.52% from 255 or 2.05% from 390); Blue value is 179 (70.31% from 255 or 45.90% from 390); Max value from RGB is 203 - color contains mainly: red. Hex color #CB08B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB08B3 is #34F74C. Grayscale: #555555. Windows color (decimal): -3471181 or 11733195. OLE color: 11733195.
HSL color Cylindrical-coordinate representation of color #CB08B3: hue angle of 307.38º 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 #CB08B3 is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 8 | 179 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.20 |
| HSL | 307.38º | 0.92% | 0.41% | - |
| HSV(B) | 307.38º | 0.96% | 0.8% | - |
| XYZ | 32.85 | 16.12 | 44.03 | - |
| YUV | 85.8 | 180.6 | 211.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 8 | 179 | 0 | 0.96 | 0.12 | 0.20 | 307.38 | 0.92 | 0.41 |
| Hex | CB | 8 | B3 | 0 | 60 | C | 14 | 133 | 5C | 29 |
| Octal | 313 | 10 | 263 | 0 | 140 | 14 | 24 | 463 | 134 | 51 |
| Binary | 11001011 | 1000 | 10110011 | 0 | 1100000 | 1100 | 10100 | 100110011 | 1011100 | 101001 |
Color Harmonies of #CB08B3
Complementary color
Monochromatic Colors of #CB08B3
Black with #CB08B3
Text Example
Text Example
White with #CB08B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB08B3; }
p { color: rgb(203,8,179); }
H1.HeaderClassName
{
color: #CB08B3;
}
.AnyTagClassName
{
color: #CB08B3;
}
</style>
background-color css
<style>
a { background-color: #CB08B3; }
a { background-color: rgb(203,8,179); }
div.DivClassName
{
background-color: #CB08B3;
}
.BgClassName
{
background-color: #CB08B3;
}
</style>
border-color css
<style>
span { border-color: #CB08B3; }
span { border-color: rgb(203,8,179); }
td.TdClassName
{
border-color: #CB08B3;
}
.TagClassName
{
border-color: #CB08B3;
}
</style>