Shades of Deep Magenta #C80CCB
Tints of Deep Magenta #C80CCB
RGB
CMYK
RGB Variations
Color information
#C80CCB (or 0xC80CCB) is known color: Deep Magenta. HEX triplet: C8, 0C and CB. RGB value is (200,12,203). Sum of RGB (Red+Green+Blue) = 200+12+203=415 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.19% from 415); Green value is 12 (5.08% from 255 or 2.89% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #C80CCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80CCB is #37F334. Grayscale: #595959. Windows color (decimal): -3666741 or 13307080. OLE color: 13307080.
HSL color Cylindrical-coordinate representation of color #C80CCB: hue angle of 299.06º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80CCB is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 12 | 203 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.20 |
| HSL | 299.06º | 0.89% | 0.42% | - |
| HSV(B) | 299.06º | 0.94% | 0.8% | - |
| XYZ | 34.73 | 16.85 | 57.92 | - |
| YUV | 89.99 | 191.78 | 206.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 12 | 203 | 0.01 | 0.94 | 0 | 0.20 | 299.06 | 0.89 | 0.42 |
| Hex | C8 | C | CB | 1 | 5E | 0 | 14 | 12B | 59 | 2A |
| Octal | 310 | 14 | 313 | 1 | 136 | 0 | 24 | 453 | 131 | 52 |
| Binary | 11001000 | 1100 | 11001011 | 1 | 1011110 | 0 | 10100 | 100101011 | 1011001 | 101010 |
Color Harmonies of #C80CCB
Complementary color
Monochromatic Colors of #C80CCB
Black with #C80CCB
Text Example
Text Example
White with #C80CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80CCB; }
p { color: rgb(200,12,203); }
H1.HeaderClassName
{
color: #C80CCB;
}
.AnyTagClassName
{
color: #C80CCB;
}
</style>
background-color css
<style>
a { background-color: #C80CCB; }
a { background-color: rgb(200,12,203); }
div.DivClassName
{
background-color: #C80CCB;
}
.BgClassName
{
background-color: #C80CCB;
}
</style>
border-color css
<style>
span { border-color: #C80CCB; }
span { border-color: rgb(200,12,203); }
td.TdClassName
{
border-color: #C80CCB;
}
.TagClassName
{
border-color: #C80CCB;
}
</style>