Shades of Deep Magenta #CB07CC
Tints of Deep Magenta #CB07CC
RGB
CMYK
RGB Variations
Color information
#CB07CC (or 0xCB07CC) is known color: Deep Magenta. HEX triplet: CB, 07 and CC. RGB value is (203,7,204). Sum of RGB (Red+Green+Blue) = 203+7+204=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 7 (3.12% from 255 or 1.69% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB07CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB07CC is #34F833. Grayscale: #575757. Windows color (decimal): -3471412 or 13371339. OLE color: 13371339.
HSL color Cylindrical-coordinate representation of color #CB07CC: hue angle of 299.7º 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 #CB07CC is Cyan = 0.00, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 7 | 204 | - |
| CMYK | 0.00 | 0.97 | 0 | 0.2 |
| HSL | 299.7º | 0.93% | 0.41% | - |
| HSV(B) | 299.7º | 0.97% | 0.8% | - |
| XYZ | 35.6 | 17.21 | 58.57 | - |
| YUV | 88.06 | 193.43 | 209.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 7 | 204 | 0.00 | 0.97 | 0 | 0.2 | 299.7 | 0.93 | 0.41 |
| Hex | CB | 7 | CC | 0 | 61 | 0 | 14 | 12C | 5D | 29 |
| Octal | 313 | 7 | 314 | 0 | 141 | 0 | 24 | 454 | 135 | 51 |
| Binary | 11001011 | 111 | 11001100 | 0 | 1100001 | 0 | 10100 | 100101100 | 1011101 | 101001 |
Color Harmonies of #CB07CC
Complementary color
Monochromatic Colors of #CB07CC
Black with #CB07CC
Text Example
Text Example
White with #CB07CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB07CC; }
p { color: rgb(203,7,204); }
H1.HeaderClassName
{
color: #CB07CC;
}
.AnyTagClassName
{
color: #CB07CC;
}
</style>
background-color css
<style>
a { background-color: #CB07CC; }
a { background-color: rgb(203,7,204); }
div.DivClassName
{
background-color: #CB07CC;
}
.BgClassName
{
background-color: #CB07CC;
}
</style>
border-color css
<style>
span { border-color: #CB07CC; }
span { border-color: rgb(203,7,204); }
td.TdClassName
{
border-color: #CB07CC;
}
.TagClassName
{
border-color: #CB07CC;
}
</style>