Shades of Deep Magenta #CB07B2
Tints of Deep Magenta #CB07B2
RGB
CMYK
RGB Variations
Color information
#CB07B2 (or 0xCB07B2) is known color: Deep Magenta. HEX triplet: CB, 07 and B2. RGB value is (203,7,178). Sum of RGB (Red+Green+Blue) = 203+7+178=388 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.32% from 388); Green value is 7 (3.12% from 255 or 1.80% from 388); Blue value is 178 (69.92% from 255 or 45.88% from 388); Max value from RGB is 203 - color contains mainly: red. Hex color #CB07B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB07B2 is #34F84D. Grayscale: #545454. Windows color (decimal): -3471438 or 11667403. OLE color: 11667403.
HSL color Cylindrical-coordinate representation of color #CB07B2: hue angle of 307.65º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB07B2 is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 7 | 178 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.20 |
| HSL | 307.65º | 0.93% | 0.41% | - |
| HSV(B) | 307.65º | 0.97% | 0.8% | - |
| XYZ | 32.74 | 16.06 | 43.49 | - |
| YUV | 85.1 | 180.43 | 212.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 7 | 178 | 0 | 0.97 | 0.12 | 0.20 | 307.65 | 0.93 | 0.41 |
| Hex | CB | 7 | B2 | 0 | 61 | C | 14 | 134 | 5D | 29 |
| Octal | 313 | 7 | 262 | 0 | 141 | 14 | 24 | 464 | 135 | 51 |
| Binary | 11001011 | 111 | 10110010 | 0 | 1100001 | 1100 | 10100 | 100110100 | 1011101 | 101001 |
Color Harmonies of #CB07B2
Complementary color
Monochromatic Colors of #CB07B2
Black with #CB07B2
Text Example
Text Example
White with #CB07B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB07B2; }
p { color: rgb(203,7,178); }
H1.HeaderClassName
{
color: #CB07B2;
}
.AnyTagClassName
{
color: #CB07B2;
}
</style>
background-color css
<style>
a { background-color: #CB07B2; }
a { background-color: rgb(203,7,178); }
div.DivClassName
{
background-color: #CB07B2;
}
.BgClassName
{
background-color: #CB07B2;
}
</style>
border-color css
<style>
span { border-color: #CB07B2; }
span { border-color: rgb(203,7,178); }
td.TdClassName
{
border-color: #CB07B2;
}
.TagClassName
{
border-color: #CB07B2;
}
</style>