Shades of Fuchsia #C353B7
Tints of Fuchsia #C353B7
RGB
CMYK
RGB Variations
Color information
#C353B7 (or 0xC353B7) is known color: Fuchsia. HEX triplet: C3, 53 and B7. RGB value is (195,83,183). Sum of RGB (Red+Green+Blue) = 195+83+183=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 83 (32.81% from 255 or 18.00% from 461); Blue value is 183 (71.88% from 255 or 39.70% from 461); Max value from RGB is 195 - color contains mainly: red. Hex color #C353B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C353B7 is #3CAC48. Grayscale: #7F7F7F. Windows color (decimal): -3976265 or 12014531. OLE color: 12014531.
HSL color Cylindrical-coordinate representation of color #C353B7: hue angle of 306.43º 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 #C353B7 is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 83 | 183 | - |
| CMYK | 0 | 0.57 | 0.06 | 0.24 |
| HSL | 306.43º | 0.48% | 0.55% | - |
| HSV(B) | 306.43º | 0.57% | 0.76% | - |
| XYZ | 34.15 | 21.21 | 47.09 | - |
| YUV | 127.89 | 159.11 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 83 | 183 | 0 | 0.57 | 0.06 | 0.24 | 306.43 | 0.48 | 0.55 |
| Hex | C3 | 53 | B7 | 0 | 39 | 6 | 18 | 132 | 30 | 37 |
| Octal | 303 | 123 | 267 | 0 | 71 | 6 | 30 | 462 | 60 | 67 |
| Binary | 11000011 | 1010011 | 10110111 | 0 | 111001 | 110 | 11000 | 100110010 | 110000 | 110111 |
Color Harmonies of #C353B7
Complementary color
Monochromatic Colors of #C353B7
Black with #C353B7
Text Example
Text Example
White with #C353B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C353B7; }
p { color: rgb(195,83,183); }
H1.HeaderClassName
{
color: #C353B7;
}
.AnyTagClassName
{
color: #C353B7;
}
</style>
background-color css
<style>
a { background-color: #C353B7; }
a { background-color: rgb(195,83,183); }
div.DivClassName
{
background-color: #C353B7;
}
.BgClassName
{
background-color: #C353B7;
}
</style>
border-color css
<style>
span { border-color: #C353B7; }
span { border-color: rgb(195,83,183); }
td.TdClassName
{
border-color: #C353B7;
}
.TagClassName
{
border-color: #C353B7;
}
</style>