Shades of Fuchsia #C355B8
Tints of Fuchsia #C355B8
RGB
CMYK
RGB Variations
Color information
#C355B8 (or 0xC355B8) is known color: Fuchsia. HEX triplet: C3, 55 and B8. RGB value is (195,85,184). Sum of RGB (Red+Green+Blue) = 195+85+184=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 85 (33.59% from 255 or 18.32% from 464); Blue value is 184 (72.27% from 255 or 39.66% from 464); Max value from RGB is 195 - color contains mainly: red. Hex color #C355B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C355B8 is #3CAA47. Grayscale: #808080. Windows color (decimal): -3975752 or 12080579. OLE color: 12080579.
HSL color Cylindrical-coordinate representation of color #C355B8: hue angle of 306º 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 #C355B8 is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 85 | 184 | - |
| CMYK | 0 | 0.56 | 0.06 | 0.24 |
| HSL | 306º | 0.48% | 0.55% | - |
| HSV(B) | 306º | 0.56% | 0.76% | - |
| XYZ | 34.41 | 21.56 | 47.7 | - |
| YUV | 129.18 | 158.94 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 85 | 184 | 0 | 0.56 | 0.06 | 0.24 | 306 | 0.48 | 0.55 |
| Hex | C3 | 55 | B8 | 0 | 38 | 6 | 18 | 132 | 30 | 37 |
| Octal | 303 | 125 | 270 | 0 | 70 | 6 | 30 | 462 | 60 | 67 |
| Binary | 11000011 | 1010101 | 10111000 | 0 | 111000 | 110 | 11000 | 100110010 | 110000 | 110111 |
Color Harmonies of #C355B8
Complementary color
Monochromatic Colors of #C355B8
Black with #C355B8
Text Example
Text Example
White with #C355B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C355B8; }
p { color: rgb(195,85,184); }
H1.HeaderClassName
{
color: #C355B8;
}
.AnyTagClassName
{
color: #C355B8;
}
</style>
background-color css
<style>
a { background-color: #C355B8; }
a { background-color: rgb(195,85,184); }
div.DivClassName
{
background-color: #C355B8;
}
.BgClassName
{
background-color: #C355B8;
}
</style>
border-color css
<style>
span { border-color: #C355B8; }
span { border-color: rgb(195,85,184); }
td.TdClassName
{
border-color: #C355B8;
}
.TagClassName
{
border-color: #C355B8;
}
</style>