Shades of Fuchsia #C353B0
Tints of Fuchsia #C353B0
RGB
CMYK
RGB Variations
Color information
#C353B0 (or 0xC353B0) is known color: Fuchsia. HEX triplet: C3, 53 and B0. RGB value is (195,83,176). Sum of RGB (Red+Green+Blue) = 195+83+176=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 83 (32.81% from 255 or 18.28% from 454); Blue value is 176 (69.14% from 255 or 38.77% from 454); Max value from RGB is 195 - color contains mainly: red. Hex color #C353B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C353B0 is #3CAC4F. Grayscale: #7E7E7E. Windows color (decimal): -3976272 or 11555779. OLE color: 11555779.
HSL color Cylindrical-coordinate representation of color #C353B0: hue angle of 310.18º 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 #C353B0 is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 83 | 176 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.24 |
| HSL | 310.18º | 0.48% | 0.55% | - |
| HSV(B) | 310.18º | 0.57% | 0.76% | - |
| XYZ | 33.44 | 20.92 | 43.35 | - |
| YUV | 127.09 | 155.61 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 83 | 176 | 0 | 0.57 | 0.10 | 0.24 | 310.18 | 0.48 | 0.55 |
| Hex | C3 | 53 | B0 | 0 | 39 | A | 18 | 136 | 30 | 37 |
| Octal | 303 | 123 | 260 | 0 | 71 | 12 | 30 | 466 | 60 | 67 |
| Binary | 11000011 | 1010011 | 10110000 | 0 | 111001 | 1010 | 11000 | 100110110 | 110000 | 110111 |
Color Harmonies of #C353B0
Complementary color
Monochromatic Colors of #C353B0
Black with #C353B0
Text Example
Text Example
White with #C353B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C353B0; }
p { color: rgb(195,83,176); }
H1.HeaderClassName
{
color: #C353B0;
}
.AnyTagClassName
{
color: #C353B0;
}
</style>
background-color css
<style>
a { background-color: #C353B0; }
a { background-color: rgb(195,83,176); }
div.DivClassName
{
background-color: #C353B0;
}
.BgClassName
{
background-color: #C353B0;
}
</style>
border-color css
<style>
span { border-color: #C353B0; }
span { border-color: rgb(195,83,176); }
td.TdClassName
{
border-color: #C353B0;
}
.TagClassName
{
border-color: #C353B0;
}
</style>