Shades of Fuchsia #C357C3
Tints of Fuchsia #C357C3
RGB
CMYK
RGB Variations
Color information
#C357C3 (or 0xC357C3) is known color: Fuchsia. HEX triplet: C3, 57 and C3. RGB value is (195,87,195). Sum of RGB (Red+Green+Blue) = 195+87+195=477 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.88% from 477); Green value is 87 (34.38% from 255 or 18.24% from 477); Blue value is 195 (76.56% from 255 or 40.88% from 477); Max value from RGB is 195 - color contains mainly: red, blue. Hex color #C357C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C357C3 is #3CA83C. Grayscale: #838383. Windows color (decimal): -3975229 or 12801987. OLE color: 12801987.
HSL color Cylindrical-coordinate representation of color #C357C3: hue angle of 300º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C357C3 is Cyan = 0, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 87 | 195 | - |
| CMYK | 0 | 0.55 | 0 | 0.24 |
| HSL | 300º | 0.47% | 0.55% | - |
| HSV(B) | 300º | 0.55% | 0.76% | - |
| XYZ | 35.76 | 22.36 | 54.06 | - |
| YUV | 131.6 | 163.78 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 87 | 195 | 0 | 0.55 | 0 | 0.24 | 300 | 0.47 | 0.55 |
| Hex | C3 | 57 | C3 | 0 | 37 | 0 | 18 | 12C | 2F | 37 |
| Octal | 303 | 127 | 303 | 0 | 67 | 0 | 30 | 454 | 57 | 67 |
| Binary | 11000011 | 1010111 | 11000011 | 0 | 110111 | 0 | 11000 | 100101100 | 101111 | 110111 |
Color Harmonies of #C357C3
Complementary color
Monochromatic Colors of #C357C3
Black with #C357C3
Text Example
Text Example
White with #C357C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C357C3; }
p { color: rgb(195,87,195); }
H1.HeaderClassName
{
color: #C357C3;
}
.AnyTagClassName
{
color: #C357C3;
}
</style>
background-color css
<style>
a { background-color: #C357C3; }
a { background-color: rgb(195,87,195); }
div.DivClassName
{
background-color: #C357C3;
}
.BgClassName
{
background-color: #C357C3;
}
</style>
border-color css
<style>
span { border-color: #C357C3; }
span { border-color: rgb(195,87,195); }
td.TdClassName
{
border-color: #C357C3;
}
.TagClassName
{
border-color: #C357C3;
}
</style>