Shades of Deep Magenta #C313BF
Tints of Deep Magenta #C313BF
RGB
CMYK
RGB Variations
Color information
#C313BF (or 0xC313BF) is known color: Deep Magenta. HEX triplet: C3, 13 and BF. RGB value is (195,19,191). Sum of RGB (Red+Green+Blue) = 195+19+191=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 19 (7.81% from 255 or 4.69% from 405); Blue value is 191 (75% from 255 or 47.16% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C313BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C313BF is #3CEC40. Grayscale: #5A5A5A. Windows color (decimal): -3992641 or 12522435. OLE color: 12522435.
HSL color Cylindrical-coordinate representation of color #C313BF: hue angle of 301.36º 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 #C313BF is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 19 | 191 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.24 |
| HSL | 301.36º | 0.82% | 0.42% | - |
| HSV(B) | 301.36º | 0.9% | 0.76% | - |
| XYZ | 32.14 | 15.83 | 50.65 | - |
| YUV | 91.23 | 184.31 | 202.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 191 | 0 | 0.90 | 0.02 | 0.24 | 301.36 | 0.82 | 0.42 |
| Hex | C3 | 13 | BF | 0 | 5A | 2 | 18 | 12D | 52 | 2A |
| Octal | 303 | 23 | 277 | 0 | 132 | 2 | 30 | 455 | 122 | 52 |
| Binary | 11000011 | 10011 | 10111111 | 0 | 1011010 | 10 | 11000 | 100101101 | 1010010 | 101010 |
Color Harmonies of #C313BF
Complementary color
Monochromatic Colors of #C313BF
Black with #C313BF
Text Example
Text Example
White with #C313BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C313BF; }
p { color: rgb(195,19,191); }
H1.HeaderClassName
{
color: #C313BF;
}
.AnyTagClassName
{
color: #C313BF;
}
</style>
background-color css
<style>
a { background-color: #C313BF; }
a { background-color: rgb(195,19,191); }
div.DivClassName
{
background-color: #C313BF;
}
.BgClassName
{
background-color: #C313BF;
}
</style>
border-color css
<style>
span { border-color: #C313BF; }
span { border-color: rgb(195,19,191); }
td.TdClassName
{
border-color: #C313BF;
}
.TagClassName
{
border-color: #C313BF;
}
</style>