Shades of Deep Magenta #C318B3
Tints of Deep Magenta #C318B3
RGB
CMYK
RGB Variations
Color information
#C318B3 (or 0xC318B3) is known color: Deep Magenta. HEX triplet: C3, 18 and B3. RGB value is (195,24,179). Sum of RGB (Red+Green+Blue) = 195+24+179=398 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.99% from 398); Green value is 24 (9.77% from 255 or 6.03% from 398); Blue value is 179 (70.31% from 255 or 44.97% from 398); Max value from RGB is 195 - color contains mainly: red. Hex color #C318B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C318B3 is #3CE74C. Grayscale: #5C5C5C. Windows color (decimal): -3991373 or 11737283. OLE color: 11737283.
HSL color Cylindrical-coordinate representation of color #C318B3: hue angle of 305.61º 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 #C318B3 is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 24 | 179 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.24 |
| HSL | 305.61º | 0.78% | 0.43% | - |
| HSV(B) | 305.61º | 0.88% | 0.76% | - |
| XYZ | 30.97 | 15.51 | 44.01 | - |
| YUV | 92.8 | 176.65 | 200.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 24 | 179 | 0 | 0.88 | 0.08 | 0.24 | 305.61 | 0.78 | 0.43 |
| Hex | C3 | 18 | B3 | 0 | 58 | 8 | 18 | 132 | 4E | 2B |
| Octal | 303 | 30 | 263 | 0 | 130 | 10 | 30 | 462 | 116 | 53 |
| Binary | 11000011 | 11000 | 10110011 | 0 | 1011000 | 1000 | 11000 | 100110010 | 1001110 | 101011 |
Color Harmonies of #C318B3
Complementary color
Monochromatic Colors of #C318B3
Black with #C318B3
Text Example
Text Example
White with #C318B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C318B3; }
p { color: rgb(195,24,179); }
H1.HeaderClassName
{
color: #C318B3;
}
.AnyTagClassName
{
color: #C318B3;
}
</style>
background-color css
<style>
a { background-color: #C318B3; }
a { background-color: rgb(195,24,179); }
div.DivClassName
{
background-color: #C318B3;
}
.BgClassName
{
background-color: #C318B3;
}
</style>
border-color css
<style>
span { border-color: #C318B3; }
span { border-color: rgb(195,24,179); }
td.TdClassName
{
border-color: #C318B3;
}
.TagClassName
{
border-color: #C318B3;
}
</style>