Shades of Fuchsia #C354C0
Tints of Fuchsia #C354C0
RGB
CMYK
RGB Variations
Color information
#C354C0 (or 0xC354C0) is known color: Fuchsia. HEX triplet: C3, 54 and C0. RGB value is (195,84,192). Sum of RGB (Red+Green+Blue) = 195+84+192=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 84 (33.20% from 255 or 17.83% from 471); Blue value is 192 (75.39% from 255 or 40.76% from 471); Max value from RGB is 195 - color contains mainly: red. Hex color #C354C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C354C0 is #3CAB3F. Grayscale: #818181. Windows color (decimal): -3976000 or 12604611. OLE color: 12604611.
HSL color Cylindrical-coordinate representation of color #C354C0: hue angle of 301.62º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C354C0 is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 84 | 192 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.24 |
| HSL | 301.62º | 0.48% | 0.55% | - |
| HSV(B) | 301.62º | 0.57% | 0.76% | - |
| XYZ | 35.19 | 21.75 | 52.21 | - |
| YUV | 129.5 | 163.27 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 84 | 192 | 0 | 0.57 | 0.02 | 0.24 | 301.62 | 0.48 | 0.55 |
| Hex | C3 | 54 | C0 | 0 | 39 | 2 | 18 | 12E | 30 | 37 |
| Octal | 303 | 124 | 300 | 0 | 71 | 2 | 30 | 456 | 60 | 67 |
| Binary | 11000011 | 1010100 | 11000000 | 0 | 111001 | 10 | 11000 | 100101110 | 110000 | 110111 |
Color Harmonies of #C354C0
Complementary color
Monochromatic Colors of #C354C0
Black with #C354C0
Text Example
Text Example
White with #C354C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C354C0; }
p { color: rgb(195,84,192); }
H1.HeaderClassName
{
color: #C354C0;
}
.AnyTagClassName
{
color: #C354C0;
}
</style>
background-color css
<style>
a { background-color: #C354C0; }
a { background-color: rgb(195,84,192); }
div.DivClassName
{
background-color: #C354C0;
}
.BgClassName
{
background-color: #C354C0;
}
</style>
border-color css
<style>
span { border-color: #C354C0; }
span { border-color: rgb(195,84,192); }
td.TdClassName
{
border-color: #C354C0;
}
.TagClassName
{
border-color: #C354C0;
}
</style>