Shades of Fuchsia #C357BC
Tints of Fuchsia #C357BC
RGB
CMYK
RGB Variations
Color information
#C357BC (or 0xC357BC) is known color: Fuchsia. HEX triplet: C3, 57 and BC. RGB value is (195,87,188). Sum of RGB (Red+Green+Blue) = 195+87+188=470 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.49% from 470); Green value is 87 (34.38% from 255 or 18.51% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 195 - color contains mainly: red. Hex color #C357BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C357BC is #3CA843. Grayscale: #828282. Windows color (decimal): -3975236 or 12343235. OLE color: 12343235.
HSL color Cylindrical-coordinate representation of color #C357BC: hue angle of 303.89º 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 #C357BC is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 87 | 188 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.24 |
| HSL | 303.89º | 0.47% | 0.55% | - |
| HSV(B) | 303.89º | 0.55% | 0.76% | - |
| XYZ | 34.99 | 22.05 | 49.99 | - |
| YUV | 130.81 | 160.28 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 87 | 188 | 0 | 0.55 | 0.04 | 0.24 | 303.89 | 0.47 | 0.55 |
| Hex | C3 | 57 | BC | 0 | 37 | 4 | 18 | 130 | 2F | 37 |
| Octal | 303 | 127 | 274 | 0 | 67 | 4 | 30 | 460 | 57 | 67 |
| Binary | 11000011 | 1010111 | 10111100 | 0 | 110111 | 100 | 11000 | 100110000 | 101111 | 110111 |
Color Harmonies of #C357BC
Complementary color
Monochromatic Colors of #C357BC
Black with #C357BC
Text Example
Text Example
White with #C357BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C357BC; }
p { color: rgb(195,87,188); }
H1.HeaderClassName
{
color: #C357BC;
}
.AnyTagClassName
{
color: #C357BC;
}
</style>
background-color css
<style>
a { background-color: #C357BC; }
a { background-color: rgb(195,87,188); }
div.DivClassName
{
background-color: #C357BC;
}
.BgClassName
{
background-color: #C357BC;
}
</style>
border-color css
<style>
span { border-color: #C357BC; }
span { border-color: rgb(195,87,188); }
td.TdClassName
{
border-color: #C357BC;
}
.TagClassName
{
border-color: #C357BC;
}
</style>