Shades of Deep Magenta #C908CC
Tints of Deep Magenta #C908CC
RGB
CMYK
RGB Variations
Color information
#C908CC (or 0xC908CC) is known color: Deep Magenta. HEX triplet: C9, 08 and CC. RGB value is (201,8,204). Sum of RGB (Red+Green+Blue) = 201+8+204=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 8 (3.52% from 255 or 1.94% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #C908CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C908CC is #36F733. Grayscale: #575757. Windows color (decimal): -3602228 or 13371593. OLE color: 13371593.
HSL color Cylindrical-coordinate representation of color #C908CC: hue angle of 299.08º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C908CC is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 8 | 204 | - |
| CMYK | 0.01 | 0.96 | 0 | 0.2 |
| HSL | 299.08º | 0.92% | 0.42% | - |
| HSV(B) | 299.08º | 0.96% | 0.8% | - |
| XYZ | 35.07 | 16.95 | 58.55 | - |
| YUV | 88.05 | 193.44 | 208.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 8 | 204 | 0.01 | 0.96 | 0 | 0.2 | 299.08 | 0.92 | 0.42 |
| Hex | C9 | 8 | CC | 1 | 60 | 0 | 14 | 12B | 5C | 2A |
| Octal | 311 | 10 | 314 | 1 | 140 | 0 | 24 | 453 | 134 | 52 |
| Binary | 11001001 | 1000 | 11001100 | 1 | 1100000 | 0 | 10100 | 100101011 | 1011100 | 101010 |
Color Harmonies of #C908CC
Complementary color
Monochromatic Colors of #C908CC
Black with #C908CC
Text Example
Text Example
White with #C908CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C908CC; }
p { color: rgb(201,8,204); }
H1.HeaderClassName
{
color: #C908CC;
}
.AnyTagClassName
{
color: #C908CC;
}
</style>
background-color css
<style>
a { background-color: #C908CC; }
a { background-color: rgb(201,8,204); }
div.DivClassName
{
background-color: #C908CC;
}
.BgClassName
{
background-color: #C908CC;
}
</style>
border-color css
<style>
span { border-color: #C908CC; }
span { border-color: rgb(201,8,204); }
td.TdClassName
{
border-color: #C908CC;
}
.TagClassName
{
border-color: #C908CC;
}
</style>