Shades of Deep Magenta #C318B8
Tints of Deep Magenta #C318B8
RGB
CMYK
RGB Variations
Color information
#C318B8 (or 0xC318B8) is known color: Deep Magenta. HEX triplet: C3, 18 and B8. RGB value is (195,24,184). Sum of RGB (Red+Green+Blue) = 195+24+184=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 24 (9.77% from 255 or 5.96% from 403); Blue value is 184 (72.27% from 255 or 45.66% from 403); Max value from RGB is 195 - color contains mainly: red. Hex color #C318B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C318B8 is #3CE747. Grayscale: #5C5C5C. Windows color (decimal): -3991368 or 12064963. OLE color: 12064963.
HSL color Cylindrical-coordinate representation of color #C318B8: hue angle of 303.86º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C318B8 is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 24 | 184 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.24 |
| HSL | 303.86º | 0.78% | 0.43% | - |
| HSV(B) | 303.86º | 0.88% | 0.76% | - |
| XYZ | 31.48 | 15.72 | 46.72 | - |
| YUV | 93.37 | 179.15 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 24 | 184 | 0 | 0.88 | 0.06 | 0.24 | 303.86 | 0.78 | 0.43 |
| Hex | C3 | 18 | B8 | 0 | 58 | 6 | 18 | 130 | 4E | 2B |
| Octal | 303 | 30 | 270 | 0 | 130 | 6 | 30 | 460 | 116 | 53 |
| Binary | 11000011 | 11000 | 10111000 | 0 | 1011000 | 110 | 11000 | 100110000 | 1001110 | 101011 |
Color Harmonies of #C318B8
Complementary color
Monochromatic Colors of #C318B8
Black with #C318B8
Text Example
Text Example
White with #C318B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C318B8; }
p { color: rgb(195,24,184); }
H1.HeaderClassName
{
color: #C318B8;
}
.AnyTagClassName
{
color: #C318B8;
}
</style>
background-color css
<style>
a { background-color: #C318B8; }
a { background-color: rgb(195,24,184); }
div.DivClassName
{
background-color: #C318B8;
}
.BgClassName
{
background-color: #C318B8;
}
</style>
border-color css
<style>
span { border-color: #C318B8; }
span { border-color: rgb(195,24,184); }
td.TdClassName
{
border-color: #C318B8;
}
.TagClassName
{
border-color: #C318B8;
}
</style>