Shades of Fuchsia #C355C4
Tints of Fuchsia #C355C4
RGB
CMYK
RGB Variations
Color information
#C355C4 (or 0xC355C4) is known color: Fuchsia. HEX triplet: C3, 55 and C4. RGB value is (195,85,196). Sum of RGB (Red+Green+Blue) = 195+85+196=476 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.97% from 476); Green value is 85 (33.59% from 255 or 17.86% from 476); Blue value is 196 (76.95% from 255 or 41.18% from 476); Max value from RGB is 196 - color contains mainly: blue. Hex color #C355C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C355C4 is #3CAA3B. Grayscale: #828282. Windows color (decimal): -3975740 or 12867011. OLE color: 12867011.
HSL color Cylindrical-coordinate representation of color #C355C4: hue angle of 299.46º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C355C4 is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 85 | 196 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.23 |
| HSL | 299.46º | 0.48% | 0.55% | - |
| HSV(B) | 299.46º | 0.57% | 0.77% | - |
| XYZ | 35.72 | 22.08 | 54.6 | - |
| YUV | 130.54 | 164.94 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 85 | 196 | 0.01 | 0.57 | 0 | 0.23 | 299.46 | 0.48 | 0.55 |
| Hex | C3 | 55 | C4 | 1 | 39 | 0 | 17 | 12B | 30 | 37 |
| Octal | 303 | 125 | 304 | 1 | 71 | 0 | 27 | 453 | 60 | 67 |
| Binary | 11000011 | 1010101 | 11000100 | 1 | 111001 | 0 | 10111 | 100101011 | 110000 | 110111 |
Color Harmonies of #C355C4
Complementary color
Monochromatic Colors of #C355C4
Black with #C355C4
Text Example
Text Example
White with #C355C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C355C4; }
p { color: rgb(195,85,196); }
H1.HeaderClassName
{
color: #C355C4;
}
.AnyTagClassName
{
color: #C355C4;
}
</style>
background-color css
<style>
a { background-color: #C355C4; }
a { background-color: rgb(195,85,196); }
div.DivClassName
{
background-color: #C355C4;
}
.BgClassName
{
background-color: #C355C4;
}
</style>
border-color css
<style>
span { border-color: #C355C4; }
span { border-color: rgb(195,85,196); }
td.TdClassName
{
border-color: #C355C4;
}
.TagClassName
{
border-color: #C355C4;
}
</style>