Shades of Fuchsia #C355B4
Tints of Fuchsia #C355B4
RGB
CMYK
RGB Variations
Color information
#C355B4 (or 0xC355B4) is known color: Fuchsia. HEX triplet: C3, 55 and B4. RGB value is (195,85,180). Sum of RGB (Red+Green+Blue) = 195+85+180=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 85 (33.59% from 255 or 18.48% from 460); Blue value is 180 (70.70% from 255 or 39.13% from 460); Max value from RGB is 195 - color contains mainly: red. Hex color #C355B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C355B4 is #3CAA4B. Grayscale: #808080. Windows color (decimal): -3975756 or 11818435. OLE color: 11818435.
HSL color Cylindrical-coordinate representation of color #C355B4: hue angle of 308.18º 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 #C355B4 is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 85 | 180 | - |
| CMYK | 0 | 0.56 | 0.08 | 0.24 |
| HSL | 308.18º | 0.48% | 0.55% | - |
| HSV(B) | 308.18º | 0.56% | 0.76% | - |
| XYZ | 33.99 | 21.39 | 45.52 | - |
| YUV | 128.72 | 156.94 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 85 | 180 | 0 | 0.56 | 0.08 | 0.24 | 308.18 | 0.48 | 0.55 |
| Hex | C3 | 55 | B4 | 0 | 38 | 8 | 18 | 134 | 30 | 37 |
| Octal | 303 | 125 | 264 | 0 | 70 | 10 | 30 | 464 | 60 | 67 |
| Binary | 11000011 | 1010101 | 10110100 | 0 | 111000 | 1000 | 11000 | 100110100 | 110000 | 110111 |
Color Harmonies of #C355B4
Complementary color
Monochromatic Colors of #C355B4
Black with #C355B4
Text Example
Text Example
White with #C355B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C355B4; }
p { color: rgb(195,85,180); }
H1.HeaderClassName
{
color: #C355B4;
}
.AnyTagClassName
{
color: #C355B4;
}
</style>
background-color css
<style>
a { background-color: #C355B4; }
a { background-color: rgb(195,85,180); }
div.DivClassName
{
background-color: #C355B4;
}
.BgClassName
{
background-color: #C355B4;
}
</style>
border-color css
<style>
span { border-color: #C355B4; }
span { border-color: rgb(195,85,180); }
td.TdClassName
{
border-color: #C355B4;
}
.TagClassName
{
border-color: #C355B4;
}
</style>