Shades of Fuchsia #C357CC
Tints of Fuchsia #C357CC
RGB
CMYK
RGB Variations
Color information
#C357CC (or 0xC357CC) is known color: Fuchsia. HEX triplet: C3, 57 and CC. RGB value is (195,87,204). Sum of RGB (Red+Green+Blue) = 195+87+204=486 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.12% from 486); Green value is 87 (34.38% from 255 or 17.90% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 204 - color contains mainly: blue. Hex color #C357CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C357CC is #3CA833. Grayscale: #848484. Windows color (decimal): -3975220 or 13391811. OLE color: 13391811.
HSL color Cylindrical-coordinate representation of color #C357CC: hue angle of 295.38º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C357CC is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 87 | 204 | - |
| CMYK | 0.04 | 0.57 | 0 | 0.2 |
| HSL | 295.38º | 0.53% | 0.57% | - |
| HSV(B) | 295.38º | 0.57% | 0.8% | - |
| XYZ | 36.81 | 22.78 | 59.58 | - |
| YUV | 132.63 | 168.28 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 87 | 204 | 0.04 | 0.57 | 0 | 0.2 | 295.38 | 0.53 | 0.57 |
| Hex | C3 | 57 | CC | 4 | 39 | 0 | 14 | 127 | 35 | 39 |
| Octal | 303 | 127 | 314 | 4 | 71 | 0 | 24 | 447 | 65 | 71 |
| Binary | 11000011 | 1010111 | 11001100 | 100 | 111001 | 0 | 10100 | 100100111 | 110101 | 111001 |
Color Harmonies of #C357CC
Complementary color
Monochromatic Colors of #C357CC
Black with #C357CC
Text Example
Text Example
White with #C357CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C357CC; }
p { color: rgb(195,87,204); }
H1.HeaderClassName
{
color: #C357CC;
}
.AnyTagClassName
{
color: #C357CC;
}
</style>
background-color css
<style>
a { background-color: #C357CC; }
a { background-color: rgb(195,87,204); }
div.DivClassName
{
background-color: #C357CC;
}
.BgClassName
{
background-color: #C357CC;
}
</style>
border-color css
<style>
span { border-color: #C357CC; }
span { border-color: rgb(195,87,204); }
td.TdClassName
{
border-color: #C357CC;
}
.TagClassName
{
border-color: #C357CC;
}
</style>