Shades of Deep Magenta #C305AF
Tints of Deep Magenta #C305AF
RGB
CMYK
RGB Variations
Color information
#C305AF (or 0xC305AF) is known color: Deep Magenta. HEX triplet: C3, 05 and AF. RGB value is (195,5,175). Sum of RGB (Red+Green+Blue) = 195+5+175=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 5 (2.34% from 255 or 1.33% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C305AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C305AF is #3CFA50. Grayscale: #505050. Windows color (decimal): -3996241 or 11470275. OLE color: 11470275.
HSL color Cylindrical-coordinate representation of color #C305AF: hue angle of 306.32º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C305AF is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 5 | 175 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.24 |
| HSL | 306.32º | 0.95% | 0.39% | - |
| HSV(B) | 306.32º | 0.97% | 0.76% | - |
| XYZ | 30.3 | 14.81 | 41.82 | - |
| YUV | 81.19 | 180.95 | 209.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 5 | 175 | 0 | 0.97 | 0.10 | 0.24 | 306.32 | 0.95 | 0.39 |
| Hex | C3 | 5 | AF | 0 | 61 | A | 18 | 132 | 5F | 27 |
| Octal | 303 | 5 | 257 | 0 | 141 | 12 | 30 | 462 | 137 | 47 |
| Binary | 11000011 | 101 | 10101111 | 0 | 1100001 | 1010 | 11000 | 100110010 | 1011111 | 100111 |
Color Harmonies of #C305AF
Complementary color
Monochromatic Colors of #C305AF
Black with #C305AF
Text Example
Text Example
White with #C305AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C305AF; }
p { color: rgb(195,5,175); }
H1.HeaderClassName
{
color: #C305AF;
}
.AnyTagClassName
{
color: #C305AF;
}
</style>
background-color css
<style>
a { background-color: #C305AF; }
a { background-color: rgb(195,5,175); }
div.DivClassName
{
background-color: #C305AF;
}
.BgClassName
{
background-color: #C305AF;
}
</style>
border-color css
<style>
span { border-color: #C305AF; }
span { border-color: rgb(195,5,175); }
td.TdClassName
{
border-color: #C305AF;
}
.TagClassName
{
border-color: #C305AF;
}
</style>