Shades of Deep Magenta #C908C3
Tints of Deep Magenta #C908C3
RGB
CMYK
RGB Variations
Color information
#C908C3 (or 0xC908C3) is known color: Deep Magenta. HEX triplet: C9, 08 and C3. RGB value is (201,8,195). Sum of RGB (Red+Green+Blue) = 201+8+195=404 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.75% from 404); Green value is 8 (3.52% from 255 or 1.98% from 404); Blue value is 195 (76.56% from 255 or 48.27% from 404); Max value from RGB is 201 - color contains mainly: red. Hex color #C908C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C908C3 is #36F73C. Grayscale: #565656. Windows color (decimal): -3602237 or 12781769. OLE color: 12781769.
HSL color Cylindrical-coordinate representation of color #C908C3: hue angle of 301.87º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C908C3 is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 8 | 195 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.21 |
| HSL | 301.87º | 0.92% | 0.41% | - |
| HSV(B) | 301.87º | 0.96% | 0.79% | - |
| XYZ | 34.02 | 16.53 | 53.03 | - |
| YUV | 87.03 | 188.94 | 209.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 8 | 195 | 0 | 0.96 | 0.03 | 0.21 | 301.87 | 0.92 | 0.41 |
| Hex | C9 | 8 | C3 | 0 | 60 | 3 | 15 | 12E | 5C | 29 |
| Octal | 311 | 10 | 303 | 0 | 140 | 3 | 25 | 456 | 134 | 51 |
| Binary | 11001001 | 1000 | 11000011 | 0 | 1100000 | 11 | 10101 | 100101110 | 1011100 | 101001 |
Color Harmonies of #C908C3
Complementary color
Monochromatic Colors of #C908C3
Black with #C908C3
Text Example
Text Example
White with #C908C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C908C3; }
p { color: rgb(201,8,195); }
H1.HeaderClassName
{
color: #C908C3;
}
.AnyTagClassName
{
color: #C908C3;
}
</style>
background-color css
<style>
a { background-color: #C908C3; }
a { background-color: rgb(201,8,195); }
div.DivClassName
{
background-color: #C908C3;
}
.BgClassName
{
background-color: #C908C3;
}
</style>
border-color css
<style>
span { border-color: #C908C3; }
span { border-color: rgb(201,8,195); }
td.TdClassName
{
border-color: #C908C3;
}
.TagClassName
{
border-color: #C908C3;
}
</style>