Shades of Fuchsia #C353A8
Tints of Fuchsia #C353A8
RGB
CMYK
RGB Variations
Color information
#C353A8 (or 0xC353A8) is known color: Fuchsia. HEX triplet: C3, 53 and A8. RGB value is (195,83,168). Sum of RGB (Red+Green+Blue) = 195+83+168=446 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.72% from 446); Green value is 83 (32.81% from 255 or 18.61% from 446); Blue value is 168 (66.02% from 255 or 37.67% from 446); Max value from RGB is 195 - color contains mainly: red. Hex color #C353A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C353A8 is #3CAC57. Grayscale: #7D7D7D. Windows color (decimal): -3976280 or 11031491. OLE color: 11031491.
HSL color Cylindrical-coordinate representation of color #C353A8: hue angle of 314.46º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C353A8 is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 83 | 168 | - |
| CMYK | 0 | 0.57 | 0.14 | 0.24 |
| HSL | 314.46º | 0.48% | 0.55% | - |
| HSV(B) | 314.46º | 0.57% | 0.76% | - |
| XYZ | 32.67 | 20.62 | 39.3 | - |
| YUV | 126.18 | 151.61 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 83 | 168 | 0 | 0.57 | 0.14 | 0.24 | 314.46 | 0.48 | 0.55 |
| Hex | C3 | 53 | A8 | 0 | 39 | E | 18 | 13A | 30 | 37 |
| Octal | 303 | 123 | 250 | 0 | 71 | 16 | 30 | 472 | 60 | 67 |
| Binary | 11000011 | 1010011 | 10101000 | 0 | 111001 | 1110 | 11000 | 100111010 | 110000 | 110111 |
Color Harmonies of #C353A8
Complementary color
Monochromatic Colors of #C353A8
Black with #C353A8
Text Example
Text Example
White with #C353A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C353A8; }
p { color: rgb(195,83,168); }
H1.HeaderClassName
{
color: #C353A8;
}
.AnyTagClassName
{
color: #C353A8;
}
</style>
background-color css
<style>
a { background-color: #C353A8; }
a { background-color: rgb(195,83,168); }
div.DivClassName
{
background-color: #C353A8;
}
.BgClassName
{
background-color: #C353A8;
}
</style>
border-color css
<style>
span { border-color: #C353A8; }
span { border-color: rgb(195,83,168); }
td.TdClassName
{
border-color: #C353A8;
}
.TagClassName
{
border-color: #C353A8;
}
</style>