Shades of Deep Magenta #C318C6
Tints of Deep Magenta #C318C6
RGB
CMYK
RGB Variations
Color information
#C318C6 (or 0xC318C6) is known color: Deep Magenta. HEX triplet: C3, 18 and C6. RGB value is (195,24,198). Sum of RGB (Red+Green+Blue) = 195+24+198=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 24 (9.77% from 255 or 5.76% from 417); Blue value is 198 (77.73% from 255 or 47.48% from 417); Max value from RGB is 198 - color contains mainly: blue. Hex color #C318C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C318C6 is #3CE739. Grayscale: #5E5E5E. Windows color (decimal): -3991354 or 12982467. OLE color: 12982467.
HSL color Cylindrical-coordinate representation of color #C318C6: hue angle of 298.97º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C318C6 is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 24 | 198 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.22 |
| HSL | 298.97º | 0.78% | 0.44% | - |
| HSV(B) | 298.97º | 0.88% | 0.78% | - |
| XYZ | 33.03 | 16.33 | 54.84 | - |
| YUV | 94.97 | 186.15 | 199.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 24 | 198 | 0.02 | 0.88 | 0 | 0.22 | 298.97 | 0.78 | 0.44 |
| Hex | C3 | 18 | C6 | 2 | 58 | 0 | 16 | 12B | 4E | 2C |
| Octal | 303 | 30 | 306 | 2 | 130 | 0 | 26 | 453 | 116 | 54 |
| Binary | 11000011 | 11000 | 11000110 | 10 | 1011000 | 0 | 10110 | 100101011 | 1001110 | 101100 |
Color Harmonies of #C318C6
Complementary color
Monochromatic Colors of #C318C6
Black with #C318C6
Text Example
Text Example
White with #C318C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C318C6; }
p { color: rgb(195,24,198); }
H1.HeaderClassName
{
color: #C318C6;
}
.AnyTagClassName
{
color: #C318C6;
}
</style>
background-color css
<style>
a { background-color: #C318C6; }
a { background-color: rgb(195,24,198); }
div.DivClassName
{
background-color: #C318C6;
}
.BgClassName
{
background-color: #C318C6;
}
</style>
border-color css
<style>
span { border-color: #C318C6; }
span { border-color: rgb(195,24,198); }
td.TdClassName
{
border-color: #C318C6;
}
.TagClassName
{
border-color: #C318C6;
}
</style>