Shades of Deep Magenta #C314B3
Tints of Deep Magenta #C314B3
RGB
CMYK
RGB Variations
Color information
#C314B3 (or 0xC314B3) is known color: Deep Magenta. HEX triplet: C3, 14 and B3. RGB value is (195,20,179). Sum of RGB (Red+Green+Blue) = 195+20+179=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 20 (8.20% from 255 or 5.08% from 394); Blue value is 179 (70.31% from 255 or 45.43% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C314B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C314B3 is #3CEB4C. Grayscale: #595959. Windows color (decimal): -3992397 or 11736259. OLE color: 11736259.
HSL color Cylindrical-coordinate representation of color #C314B3: hue angle of 305.49º degrees, saturation: 0.81, 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 #C314B3 is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 20 | 179 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.24 |
| HSL | 305.49º | 0.81% | 0.42% | - |
| HSV(B) | 305.49º | 0.9% | 0.76% | - |
| XYZ | 30.89 | 15.36 | 43.98 | - |
| YUV | 90.45 | 177.98 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 20 | 179 | 0 | 0.90 | 0.08 | 0.24 | 305.49 | 0.81 | 0.42 |
| Hex | C3 | 14 | B3 | 0 | 5A | 8 | 18 | 131 | 51 | 2A |
| Octal | 303 | 24 | 263 | 0 | 132 | 10 | 30 | 461 | 121 | 52 |
| Binary | 11000011 | 10100 | 10110011 | 0 | 1011010 | 1000 | 11000 | 100110001 | 1010001 | 101010 |
Color Harmonies of #C314B3
Complementary color
Monochromatic Colors of #C314B3
Black with #C314B3
Text Example
Text Example
White with #C314B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C314B3; }
p { color: rgb(195,20,179); }
H1.HeaderClassName
{
color: #C314B3;
}
.AnyTagClassName
{
color: #C314B3;
}
</style>
background-color css
<style>
a { background-color: #C314B3; }
a { background-color: rgb(195,20,179); }
div.DivClassName
{
background-color: #C314B3;
}
.BgClassName
{
background-color: #C314B3;
}
</style>
border-color css
<style>
span { border-color: #C314B3; }
span { border-color: rgb(195,20,179); }
td.TdClassName
{
border-color: #C314B3;
}
.TagClassName
{
border-color: #C314B3;
}
</style>