Shades of Deep Magenta #C303A8
Tints of Deep Magenta #C303A8
RGB
CMYK
RGB Variations
Color information
#C303A8 (or 0xC303A8) is known color: Deep Magenta. HEX triplet: C3, 03 and A8. RGB value is (195,3,168). Sum of RGB (Red+Green+Blue) = 195+3+168=366 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.28% from 366); Green value is 3 (1.56% from 255 or 0.82% from 366); Blue value is 168 (66.02% from 255 or 45.90% from 366); Max value from RGB is 195 - color contains mainly: red. Hex color #C303A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C303A8 is #3CFC57. Grayscale: #4E4E4E. Windows color (decimal): -3996760 or 11011011. OLE color: 11011011.
HSL color Cylindrical-coordinate representation of color #C303A8: hue angle of 308.44º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C303A8 is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
RGB | 195 | 3 | 168 | - |
CMYK | 0 | 0.98 | 0.14 | 0.24 |
HSL | 308.44º | 0.97% | 0.39% | - |
HSV(B) | 308.44º | 0.98% | 0.76% | - |
XYZ | 29.61 | 14.49 | 38.28 | - |
YUV | 79.22 | 178.11 | 210.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 3 | 168 | 0 | 0.98 | 0.14 | 0.24 | 308.44 | 0.97 | 0.39 |
Hex | C3 | 3 | A8 | 0 | 62 | E | 18 | 134 | 61 | 27 |
Octal | 303 | 3 | 250 | 0 | 142 | 16 | 30 | 464 | 141 | 47 |
Binary | 11000011 | 11 | 10101000 | 0 | 1100010 | 1110 | 11000 | 100110100 | 1100001 | 100111 |
Color Harmonies of #C303A8
Complementary color
Monochromatic Colors of #C303A8
Black with #C303A8
Text Example
Text Example
White with #C303A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C303A8; }
p { color: rgb(195,3,168); }
H1.HeaderClassName
{
color: #C303A8;
}
.AnyTagClassName
{
color: #C303A8;
}
</style>
background-color css
<style>
a { background-color: #C303A8; }
a { background-color: rgb(195,3,168); }
div.DivClassName
{
background-color: #C303A8;
}
.BgClassName
{
background-color: #C303A8;
}
</style>
border-color css
<style>
span { border-color: #C303A8; }
span { border-color: rgb(195,3,168); }
td.TdClassName
{
border-color: #C303A8;
}
.TagClassName
{
border-color: #C303A8;
}
</style>