Shades of Deep Magenta #CB04C2
Tints of Deep Magenta #CB04C2
RGB
CMYK
RGB Variations
Color information
#CB04C2 (or 0xCB04C2) is known color: Deep Magenta. HEX triplet: CB, 04 and C2. RGB value is (203,4,194). Sum of RGB (Red+Green+Blue) = 203+4+194=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 4 (1.95% from 255 or 1.00% from 401); Blue value is 194 (76.17% from 255 or 48.38% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CB04C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB04C2 is #34FB3D. Grayscale: #545454. Windows color (decimal): -3472190 or 12715211. OLE color: 12715211.
HSL color Cylindrical-coordinate representation of color #CB04C2: hue angle of 302.71º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB04C2 is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 4 | 194 | - |
| CMYK | 0 | 0.98 | 0.04 | 0.20 |
| HSL | 302.71º | 0.96% | 0.41% | - |
| HSV(B) | 302.71º | 0.98% | 0.8% | - |
| XYZ | 34.41 | 16.68 | 52.44 | - |
| YUV | 85.16 | 189.43 | 212.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 4 | 194 | 0 | 0.98 | 0.04 | 0.20 | 302.71 | 0.96 | 0.41 |
| Hex | CB | 4 | C2 | 0 | 62 | 4 | 14 | 12F | 60 | 29 |
| Octal | 313 | 4 | 302 | 0 | 142 | 4 | 24 | 457 | 140 | 51 |
| Binary | 11001011 | 100 | 11000010 | 0 | 1100010 | 100 | 10100 | 100101111 | 1100000 | 101001 |
Color Harmonies of #CB04C2
Complementary color
Monochromatic Colors of #CB04C2
Black with #CB04C2
Text Example
Text Example
White with #CB04C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB04C2; }
p { color: rgb(203,4,194); }
H1.HeaderClassName
{
color: #CB04C2;
}
.AnyTagClassName
{
color: #CB04C2;
}
</style>
background-color css
<style>
a { background-color: #CB04C2; }
a { background-color: rgb(203,4,194); }
div.DivClassName
{
background-color: #CB04C2;
}
.BgClassName
{
background-color: #CB04C2;
}
</style>
border-color css
<style>
span { border-color: #CB04C2; }
span { border-color: rgb(203,4,194); }
td.TdClassName
{
border-color: #CB04C2;
}
.TagClassName
{
border-color: #CB04C2;
}
</style>