Shades of Fuchsia #C356C0
Tints of Fuchsia #C356C0
RGB
CMYK
RGB Variations
Color information
#C356C0 (or 0xC356C0) is known color: Fuchsia. HEX triplet: C3, 56 and C0. RGB value is (195,86,192). Sum of RGB (Red+Green+Blue) = 195+86+192=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 86 (33.98% from 255 or 18.18% from 473); Blue value is 192 (75.39% from 255 or 40.59% from 473); Max value from RGB is 195 - color contains mainly: red. Hex color #C356C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C356C0 is #3CA93F. Grayscale: #828282. Windows color (decimal): -3975488 or 12605123. OLE color: 12605123.
HSL color Cylindrical-coordinate representation of color #C356C0: hue angle of 301.65º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C356C0 is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 86 | 192 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.24 |
| HSL | 301.65º | 0.48% | 0.55% | - |
| HSV(B) | 301.65º | 0.56% | 0.76% | - |
| XYZ | 35.35 | 22.06 | 52.26 | - |
| YUV | 130.68 | 162.61 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 86 | 192 | 0 | 0.56 | 0.02 | 0.24 | 301.65 | 0.48 | 0.55 |
| Hex | C3 | 56 | C0 | 0 | 38 | 2 | 18 | 12E | 30 | 37 |
| Octal | 303 | 126 | 300 | 0 | 70 | 2 | 30 | 456 | 60 | 67 |
| Binary | 11000011 | 1010110 | 11000000 | 0 | 111000 | 10 | 11000 | 100101110 | 110000 | 110111 |
Color Harmonies of #C356C0
Complementary color
Monochromatic Colors of #C356C0
Black with #C356C0
Text Example
Text Example
White with #C356C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C356C0; }
p { color: rgb(195,86,192); }
H1.HeaderClassName
{
color: #C356C0;
}
.AnyTagClassName
{
color: #C356C0;
}
</style>
background-color css
<style>
a { background-color: #C356C0; }
a { background-color: rgb(195,86,192); }
div.DivClassName
{
background-color: #C356C0;
}
.BgClassName
{
background-color: #C356C0;
}
</style>
border-color css
<style>
span { border-color: #C356C0; }
span { border-color: rgb(195,86,192); }
td.TdClassName
{
border-color: #C356C0;
}
.TagClassName
{
border-color: #C356C0;
}
</style>