Shades of Deep Magenta #C313DE
Tints of Deep Magenta #C313DE
RGB
CMYK
RGB Variations
Color information
#C313DE (or 0xC313DE) is known color: Deep Magenta. HEX triplet: C3, 13 and DE. RGB value is (195,19,222). Sum of RGB (Red+Green+Blue) = 195+19+222=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 19 (7.81% from 255 or 4.36% from 436); Blue value is 222 (87.11% from 255 or 50.92% from 436); Max value from RGB is 222 - color contains mainly: blue. Hex color #C313DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C313DE is #3CEC21. Grayscale: #5E5E5E. Windows color (decimal): -3992610 or 14554051. OLE color: 14554051.
HSL color Cylindrical-coordinate representation of color #C313DE: hue angle of 292.02º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C313DE is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 19 | 222 | - |
| CMYK | 0.12 | 0.91 | 0 | 0.13 |
| HSL | 292.02º | 0.84% | 0.47% | - |
| HSV(B) | 292.02º | 0.91% | 0.87% | - |
| XYZ | 35.92 | 17.34 | 70.56 | - |
| YUV | 94.77 | 199.81 | 199.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 222 | 0.12 | 0.91 | 0 | 0.13 | 292.02 | 0.84 | 0.47 |
| Hex | C3 | 13 | DE | C | 5B | 0 | D | 124 | 54 | 2F |
| Octal | 303 | 23 | 336 | 14 | 133 | 0 | 15 | 444 | 124 | 57 |
| Binary | 11000011 | 10011 | 11011110 | 1100 | 1011011 | 0 | 1101 | 100100100 | 1010100 | 101111 |
Color Harmonies of #C313DE
Complementary color
Monochromatic Colors of #C313DE
Black with #C313DE
Text Example
Text Example
White with #C313DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C313DE; }
p { color: rgb(195,19,222); }
H1.HeaderClassName
{
color: #C313DE;
}
.AnyTagClassName
{
color: #C313DE;
}
</style>
background-color css
<style>
a { background-color: #C313DE; }
a { background-color: rgb(195,19,222); }
div.DivClassName
{
background-color: #C313DE;
}
.BgClassName
{
background-color: #C313DE;
}
</style>
border-color css
<style>
span { border-color: #C313DE; }
span { border-color: rgb(195,19,222); }
td.TdClassName
{
border-color: #C313DE;
}
.TagClassName
{
border-color: #C313DE;
}
</style>