Shades of Fuchsia #C357CA
Tints of Fuchsia #C357CA
RGB
CMYK
RGB Variations
Color information
#C357CA (or 0xC357CA) is known color: Fuchsia. HEX triplet: C3, 57 and CA. RGB value is (195,87,202). Sum of RGB (Red+Green+Blue) = 195+87+202=484 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.29% from 484); Green value is 87 (34.38% from 255 or 17.98% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 202 - color contains mainly: blue. Hex color #C357CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C357CA is #3CA835. Grayscale: #848484. Windows color (decimal): -3975222 or 13260739. OLE color: 13260739.
HSL color Cylindrical-coordinate representation of color #C357CA: hue angle of 296.35º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C357CA is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 87 | 202 | - |
| CMYK | 0.03 | 0.57 | 0 | 0.21 |
| HSL | 296.35º | 0.52% | 0.57% | - |
| HSV(B) | 296.35º | 0.57% | 0.79% | - |
| XYZ | 36.57 | 22.68 | 58.33 | - |
| YUV | 132.4 | 167.28 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 87 | 202 | 0.03 | 0.57 | 0 | 0.21 | 296.35 | 0.52 | 0.57 |
| Hex | C3 | 57 | CA | 3 | 39 | 0 | 15 | 128 | 34 | 39 |
| Octal | 303 | 127 | 312 | 3 | 71 | 0 | 25 | 450 | 64 | 71 |
| Binary | 11000011 | 1010111 | 11001010 | 11 | 111001 | 0 | 10101 | 100101000 | 110100 | 111001 |
Color Harmonies of #C357CA
Complementary color
Monochromatic Colors of #C357CA
Black with #C357CA
Text Example
Text Example
White with #C357CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C357CA; }
p { color: rgb(195,87,202); }
H1.HeaderClassName
{
color: #C357CA;
}
.AnyTagClassName
{
color: #C357CA;
}
</style>
background-color css
<style>
a { background-color: #C357CA; }
a { background-color: rgb(195,87,202); }
div.DivClassName
{
background-color: #C357CA;
}
.BgClassName
{
background-color: #C357CA;
}
</style>
border-color css
<style>
span { border-color: #C357CA; }
span { border-color: rgb(195,87,202); }
td.TdClassName
{
border-color: #C357CA;
}
.TagClassName
{
border-color: #C357CA;
}
</style>