Shades of Deep Magenta #C903CC
Tints of Deep Magenta #C903CC
RGB
CMYK
RGB Variations
Color information
#C903CC (or 0xC903CC) is known color: Deep Magenta. HEX triplet: C9, 03 and CC. RGB value is (201,3,204). Sum of RGB (Red+Green+Blue) = 201+3+204=408 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.26% from 408); Green value is 3 (1.56% from 255 or 0.74% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #C903CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C903CC is #36FC33. Grayscale: #545454. Windows color (decimal): -3603508 or 13370313. OLE color: 13370313.
HSL color Cylindrical-coordinate representation of color #C903CC: hue angle of 299.1º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C903CC is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 3 | 204 | - |
| CMYK | 0.01 | 0.99 | 0 | 0.2 |
| HSL | 299.1º | 0.97% | 0.41% | - |
| HSV(B) | 299.1º | 0.99% | 0.8% | - |
| XYZ | 35.02 | 16.84 | 58.53 | - |
| YUV | 85.12 | 195.1 | 210.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 3 | 204 | 0.01 | 0.99 | 0 | 0.2 | 299.1 | 0.97 | 0.41 |
| Hex | C9 | 3 | CC | 1 | 63 | 0 | 14 | 12B | 61 | 29 |
| Octal | 311 | 3 | 314 | 1 | 143 | 0 | 24 | 453 | 141 | 51 |
| Binary | 11001001 | 11 | 11001100 | 1 | 1100011 | 0 | 10100 | 100101011 | 1100001 | 101001 |
Color Harmonies of #C903CC
Complementary color
Monochromatic Colors of #C903CC
Black with #C903CC
Text Example
Text Example
White with #C903CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C903CC; }
p { color: rgb(201,3,204); }
H1.HeaderClassName
{
color: #C903CC;
}
.AnyTagClassName
{
color: #C903CC;
}
</style>
background-color css
<style>
a { background-color: #C903CC; }
a { background-color: rgb(201,3,204); }
div.DivClassName
{
background-color: #C903CC;
}
.BgClassName
{
background-color: #C903CC;
}
</style>
border-color css
<style>
span { border-color: #C903CC; }
span { border-color: rgb(201,3,204); }
td.TdClassName
{
border-color: #C903CC;
}
.TagClassName
{
border-color: #C903CC;
}
</style>