Shades of Deep Magenta #C313B6
Tints of Deep Magenta #C313B6
RGB
CMYK
RGB Variations
Color information
#C313B6 (or 0xC313B6) is known color: Deep Magenta. HEX triplet: C3, 13 and B6. RGB value is (195,19,182). Sum of RGB (Red+Green+Blue) = 195+19+182=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 19 (7.81% from 255 or 4.80% from 396); Blue value is 182 (71.48% from 255 or 45.96% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C313B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C313B6 is #3CEC49. Grayscale: #595959. Windows color (decimal): -3992650 or 11932611. OLE color: 11932611.
HSL color Cylindrical-coordinate representation of color #C313B6: hue angle of 304.43º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C313B6 is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 19 | 182 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.24 |
| HSL | 304.43º | 0.82% | 0.42% | - |
| HSV(B) | 304.43º | 0.9% | 0.76% | - |
| XYZ | 31.18 | 15.45 | 45.59 | - |
| YUV | 90.21 | 179.81 | 202.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 182 | 0 | 0.90 | 0.07 | 0.24 | 304.43 | 0.82 | 0.42 |
| Hex | C3 | 13 | B6 | 0 | 5A | 7 | 18 | 130 | 52 | 2A |
| Octal | 303 | 23 | 266 | 0 | 132 | 7 | 30 | 460 | 122 | 52 |
| Binary | 11000011 | 10011 | 10110110 | 0 | 1011010 | 111 | 11000 | 100110000 | 1010010 | 101010 |
Color Harmonies of #C313B6
Complementary color
Monochromatic Colors of #C313B6
Black with #C313B6
Text Example
Text Example
White with #C313B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C313B6; }
p { color: rgb(195,19,182); }
H1.HeaderClassName
{
color: #C313B6;
}
.AnyTagClassName
{
color: #C313B6;
}
</style>
background-color css
<style>
a { background-color: #C313B6; }
a { background-color: rgb(195,19,182); }
div.DivClassName
{
background-color: #C313B6;
}
.BgClassName
{
background-color: #C313B6;
}
</style>
border-color css
<style>
span { border-color: #C313B6; }
span { border-color: rgb(195,19,182); }
td.TdClassName
{
border-color: #C313B6;
}
.TagClassName
{
border-color: #C313B6;
}
</style>