Shades of Deep Magenta #C905CC
Tints of Deep Magenta #C905CC
RGB
CMYK
RGB Variations
Color information
#C905CC (or 0xC905CC) is known color: Deep Magenta. HEX triplet: C9, 05 and CC. RGB value is (201,5,204). Sum of RGB (Red+Green+Blue) = 201+5+204=410 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.02% from 410); Green value is 5 (2.34% from 255 or 1.22% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #C905CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C905CC is #36FA33. Grayscale: #555555. Windows color (decimal): -3602996 or 13370825. OLE color: 13370825.
HSL color Cylindrical-coordinate representation of color #C905CC: hue angle of 299.1º degrees, saturation: 0.95, 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 #C905CC is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 5 | 204 | - |
| CMYK | 0.01 | 0.98 | 0 | 0.2 |
| HSL | 299.1º | 0.95% | 0.41% | - |
| HSV(B) | 299.1º | 0.98% | 0.8% | - |
| XYZ | 35.04 | 16.89 | 58.54 | - |
| YUV | 86.29 | 194.43 | 209.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 5 | 204 | 0.01 | 0.98 | 0 | 0.2 | 299.1 | 0.95 | 0.41 |
| Hex | C9 | 5 | CC | 1 | 62 | 0 | 14 | 12B | 5F | 29 |
| Octal | 311 | 5 | 314 | 1 | 142 | 0 | 24 | 453 | 137 | 51 |
| Binary | 11001001 | 101 | 11001100 | 1 | 1100010 | 0 | 10100 | 100101011 | 1011111 | 101001 |
Color Harmonies of #C905CC
Complementary color
Monochromatic Colors of #C905CC
Black with #C905CC
Text Example
Text Example
White with #C905CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C905CC; }
p { color: rgb(201,5,204); }
H1.HeaderClassName
{
color: #C905CC;
}
.AnyTagClassName
{
color: #C905CC;
}
</style>
background-color css
<style>
a { background-color: #C905CC; }
a { background-color: rgb(201,5,204); }
div.DivClassName
{
background-color: #C905CC;
}
.BgClassName
{
background-color: #C905CC;
}
</style>
border-color css
<style>
span { border-color: #C905CC; }
span { border-color: rgb(201,5,204); }
td.TdClassName
{
border-color: #C905CC;
}
.TagClassName
{
border-color: #C905CC;
}
</style>