Shades of Fuchsia #C359B4
Tints of Fuchsia #C359B4
RGB
CMYK
RGB Variations
Color information
#C359B4 (or 0xC359B4) is known color: Fuchsia. HEX triplet: C3, 59 and B4. RGB value is (195,89,180). Sum of RGB (Red+Green+Blue) = 195+89+180=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 89 (35.16% from 255 or 19.18% from 464); Blue value is 180 (70.70% from 255 or 38.79% from 464); Max value from RGB is 195 - color contains mainly: red. Hex color #C359B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C359B4 is #3CA64B. Grayscale: #828282. Windows color (decimal): -3974732 or 11819459. OLE color: 11819459.
HSL color Cylindrical-coordinate representation of color #C359B4: hue angle of 308.49º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C359B4 is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 89 | 180 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.24 |
| HSL | 308.49º | 0.47% | 0.56% | - |
| HSV(B) | 308.49º | 0.54% | 0.76% | - |
| XYZ | 34.32 | 22.04 | 45.63 | - |
| YUV | 131.07 | 155.62 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 89 | 180 | 0 | 0.54 | 0.08 | 0.24 | 308.49 | 0.47 | 0.56 |
| Hex | C3 | 59 | B4 | 0 | 36 | 8 | 18 | 134 | 2F | 38 |
| Octal | 303 | 131 | 264 | 0 | 66 | 10 | 30 | 464 | 57 | 70 |
| Binary | 11000011 | 1011001 | 10110100 | 0 | 110110 | 1000 | 11000 | 100110100 | 101111 | 111000 |
Color Harmonies of #C359B4
Complementary color
Monochromatic Colors of #C359B4
Black with #C359B4
Text Example
Text Example
White with #C359B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C359B4; }
p { color: rgb(195,89,180); }
H1.HeaderClassName
{
color: #C359B4;
}
.AnyTagClassName
{
color: #C359B4;
}
</style>
background-color css
<style>
a { background-color: #C359B4; }
a { background-color: rgb(195,89,180); }
div.DivClassName
{
background-color: #C359B4;
}
.BgClassName
{
background-color: #C359B4;
}
</style>
border-color css
<style>
span { border-color: #C359B4; }
span { border-color: rgb(195,89,180); }
td.TdClassName
{
border-color: #C359B4;
}
.TagClassName
{
border-color: #C359B4;
}
</style>