Shades of Deep Magenta #C918B3
Tints of Deep Magenta #C918B3
RGB
CMYK
RGB Variations
Color information
#C918B3 (or 0xC918B3) is known color: Deep Magenta. HEX triplet: C9, 18 and B3. RGB value is (201,24,179). Sum of RGB (Red+Green+Blue) = 201+24+179=404 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.75% from 404); Green value is 24 (9.77% from 255 or 5.94% from 404); Blue value is 179 (70.31% from 255 or 44.31% from 404); Max value from RGB is 201 - color contains mainly: red. Hex color #C918B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C918B3 is #36E74C. Grayscale: #5E5E5E. Windows color (decimal): -3598157 or 11737289. OLE color: 11737289.
HSL color Cylindrical-coordinate representation of color #C918B3: hue angle of 307.46º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C918B3 is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 24 | 179 | - |
| CMYK | 0 | 0.88 | 0.11 | 0.21 |
| HSL | 307.46º | 0.79% | 0.44% | - |
| HSV(B) | 307.46º | 0.88% | 0.79% | - |
| XYZ | 32.55 | 16.33 | 44.08 | - |
| YUV | 94.59 | 175.64 | 203.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 24 | 179 | 0 | 0.88 | 0.11 | 0.21 | 307.46 | 0.79 | 0.44 |
| Hex | C9 | 18 | B3 | 0 | 58 | B | 15 | 133 | 4F | 2C |
| Octal | 311 | 30 | 263 | 0 | 130 | 13 | 25 | 463 | 117 | 54 |
| Binary | 11001001 | 11000 | 10110011 | 0 | 1011000 | 1011 | 10101 | 100110011 | 1001111 | 101100 |
Color Harmonies of #C918B3
Complementary color
Monochromatic Colors of #C918B3
Black with #C918B3
Text Example
Text Example
White with #C918B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C918B3; }
p { color: rgb(201,24,179); }
H1.HeaderClassName
{
color: #C918B3;
}
.AnyTagClassName
{
color: #C918B3;
}
</style>
background-color css
<style>
a { background-color: #C918B3; }
a { background-color: rgb(201,24,179); }
div.DivClassName
{
background-color: #C918B3;
}
.BgClassName
{
background-color: #C918B3;
}
</style>
border-color css
<style>
span { border-color: #C918B3; }
span { border-color: rgb(201,24,179); }
td.TdClassName
{
border-color: #C918B3;
}
.TagClassName
{
border-color: #C918B3;
}
</style>