Shades of Fuchsia #C356CC
Tints of Fuchsia #C356CC
RGB
CMYK
RGB Variations
Color information
#C356CC (or 0xC356CC) is known color: Fuchsia. HEX triplet: C3, 56 and CC. RGB value is (195,86,204). Sum of RGB (Red+Green+Blue) = 195+86+204=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 86 (33.98% from 255 or 17.73% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #C356CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C356CC is #3CA933. Grayscale: #838383. Windows color (decimal): -3975476 or 13391555. OLE color: 13391555.
HSL color Cylindrical-coordinate representation of color #C356CC: hue angle of 295.42º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C356CC is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 86 | 204 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.2 |
| HSL | 295.42º | 0.54% | 0.57% | - |
| HSV(B) | 295.42º | 0.58% | 0.8% | - |
| XYZ | 36.73 | 22.62 | 59.56 | - |
| YUV | 132.04 | 168.61 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 86 | 204 | 0.04 | 0.58 | 0 | 0.2 | 295.42 | 0.54 | 0.57 |
| Hex | C3 | 56 | CC | 4 | 3A | 0 | 14 | 127 | 36 | 39 |
| Octal | 303 | 126 | 314 | 4 | 72 | 0 | 24 | 447 | 66 | 71 |
| Binary | 11000011 | 1010110 | 11001100 | 100 | 111010 | 0 | 10100 | 100100111 | 110110 | 111001 |
Color Harmonies of #C356CC
Complementary color
Monochromatic Colors of #C356CC
Black with #C356CC
Text Example
Text Example
White with #C356CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C356CC; }
p { color: rgb(195,86,204); }
H1.HeaderClassName
{
color: #C356CC;
}
.AnyTagClassName
{
color: #C356CC;
}
</style>
background-color css
<style>
a { background-color: #C356CC; }
a { background-color: rgb(195,86,204); }
div.DivClassName
{
background-color: #C356CC;
}
.BgClassName
{
background-color: #C356CC;
}
</style>
border-color css
<style>
span { border-color: #C356CC; }
span { border-color: rgb(195,86,204); }
td.TdClassName
{
border-color: #C356CC;
}
.TagClassName
{
border-color: #C356CC;
}
</style>