Shades of Fuchsia #C353C5
Tints of Fuchsia #C353C5
RGB
CMYK
RGB Variations
Color information
#C353C5 (or 0xC353C5) is known color: Fuchsia. HEX triplet: C3, 53 and C5. RGB value is (195,83,197). Sum of RGB (Red+Green+Blue) = 195+83+197=475 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.05% from 475); Green value is 83 (32.81% from 255 or 17.47% from 475); Blue value is 197 (77.34% from 255 or 41.47% from 475); Max value from RGB is 197 - color contains mainly: blue. Hex color #C353C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C353C5 is #3CAC3A. Grayscale: #818181. Windows color (decimal): -3976251 or 12932035. OLE color: 12932035.
HSL color Cylindrical-coordinate representation of color #C353C5: hue angle of 298.95º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C353C5 is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 83 | 197 | - |
| CMYK | 0.01 | 0.58 | 0 | 0.23 |
| HSL | 298.95º | 0.5% | 0.55% | - |
| HSV(B) | 298.95º | 0.58% | 0.77% | - |
| XYZ | 35.68 | 21.82 | 55.15 | - |
| YUV | 129.48 | 166.11 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 83 | 197 | 0.01 | 0.58 | 0 | 0.23 | 298.95 | 0.5 | 0.55 |
| Hex | C3 | 53 | C5 | 1 | 3A | 0 | 17 | 12B | 32 | 37 |
| Octal | 303 | 123 | 305 | 1 | 72 | 0 | 27 | 453 | 62 | 67 |
| Binary | 11000011 | 1010011 | 11000101 | 1 | 111010 | 0 | 10111 | 100101011 | 110010 | 110111 |
Color Harmonies of #C353C5
Complementary color
Monochromatic Colors of #C353C5
Black with #C353C5
Text Example
Text Example
White with #C353C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C353C5; }
p { color: rgb(195,83,197); }
H1.HeaderClassName
{
color: #C353C5;
}
.AnyTagClassName
{
color: #C353C5;
}
</style>
background-color css
<style>
a { background-color: #C353C5; }
a { background-color: rgb(195,83,197); }
div.DivClassName
{
background-color: #C353C5;
}
.BgClassName
{
background-color: #C353C5;
}
</style>
border-color css
<style>
span { border-color: #C353C5; }
span { border-color: rgb(195,83,197); }
td.TdClassName
{
border-color: #C353C5;
}
.TagClassName
{
border-color: #C353C5;
}
</style>