Shades of Fuchsia #C356C6
Tints of Fuchsia #C356C6
RGB
CMYK
RGB Variations
Color information
#C356C6 (or 0xC356C6) is known color: Fuchsia. HEX triplet: C3, 56 and C6. RGB value is (195,86,198). Sum of RGB (Red+Green+Blue) = 195+86+198=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 86 (33.98% from 255 or 17.95% from 479); Blue value is 198 (77.73% from 255 or 41.34% from 479); Max value from RGB is 198 - color contains mainly: blue. Hex color #C356C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C356C6 is #3CA939. Grayscale: #838383. Windows color (decimal): -3975482 or 12998339. OLE color: 12998339.
HSL color Cylindrical-coordinate representation of color #C356C6: hue angle of 298.39º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C356C6 is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 86 | 198 | - |
| CMYK | 0.02 | 0.57 | 0 | 0.22 |
| HSL | 298.39º | 0.5% | 0.56% | - |
| HSV(B) | 298.39º | 0.57% | 0.78% | - |
| XYZ | 36.03 | 22.33 | 55.84 | - |
| YUV | 131.36 | 165.61 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 86 | 198 | 0.02 | 0.57 | 0 | 0.22 | 298.39 | 0.5 | 0.56 |
| Hex | C3 | 56 | C6 | 2 | 39 | 0 | 16 | 12A | 32 | 38 |
| Octal | 303 | 126 | 306 | 2 | 71 | 0 | 26 | 452 | 62 | 70 |
| Binary | 11000011 | 1010110 | 11000110 | 10 | 111001 | 0 | 10110 | 100101010 | 110010 | 111000 |
Color Harmonies of #C356C6
Complementary color
Monochromatic Colors of #C356C6
Black with #C356C6
Text Example
Text Example
White with #C356C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C356C6; }
p { color: rgb(195,86,198); }
H1.HeaderClassName
{
color: #C356C6;
}
.AnyTagClassName
{
color: #C356C6;
}
</style>
background-color css
<style>
a { background-color: #C356C6; }
a { background-color: rgb(195,86,198); }
div.DivClassName
{
background-color: #C356C6;
}
.BgClassName
{
background-color: #C356C6;
}
</style>
border-color css
<style>
span { border-color: #C356C6; }
span { border-color: rgb(195,86,198); }
td.TdClassName
{
border-color: #C356C6;
}
.TagClassName
{
border-color: #C356C6;
}
</style>