Shades of Fuchsia #C35AB1
Tints of Fuchsia #C35AB1
RGB
CMYK
RGB Variations
Color information
#C35AB1 (or 0xC35AB1) is known color: Fuchsia. HEX triplet: C3, 5A and B1. RGB value is (195,90,177). Sum of RGB (Red+Green+Blue) = 195+90+177=462 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.21% from 462); Green value is 90 (35.55% from 255 or 19.48% from 462); Blue value is 177 (69.53% from 255 or 38.31% from 462); Max value from RGB is 195 - color contains mainly: red. Hex color #C35AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35AB1 is #3CA54E. Grayscale: #838383. Windows color (decimal): -3974479 or 11623107. OLE color: 11623107.
HSL color Cylindrical-coordinate representation of color #C35AB1: hue angle of 310.29º 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 #C35AB1 is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 90 | 177 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.24 |
| HSL | 310.29º | 0.47% | 0.56% | - |
| HSV(B) | 310.29º | 0.54% | 0.76% | - |
| XYZ | 34.1 | 22.09 | 44.06 | - |
| YUV | 131.31 | 153.79 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 90 | 177 | 0 | 0.54 | 0.09 | 0.24 | 310.29 | 0.47 | 0.56 |
| Hex | C3 | 5A | B1 | 0 | 36 | 9 | 18 | 136 | 2F | 38 |
| Octal | 303 | 132 | 261 | 0 | 66 | 11 | 30 | 466 | 57 | 70 |
| Binary | 11000011 | 1011010 | 10110001 | 0 | 110110 | 1001 | 11000 | 100110110 | 101111 | 111000 |
Color Harmonies of #C35AB1
Complementary color
Monochromatic Colors of #C35AB1
Black with #C35AB1
Text Example
Text Example
White with #C35AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35AB1; }
p { color: rgb(195,90,177); }
H1.HeaderClassName
{
color: #C35AB1;
}
.AnyTagClassName
{
color: #C35AB1;
}
</style>
background-color css
<style>
a { background-color: #C35AB1; }
a { background-color: rgb(195,90,177); }
div.DivClassName
{
background-color: #C35AB1;
}
.BgClassName
{
background-color: #C35AB1;
}
</style>
border-color css
<style>
span { border-color: #C35AB1; }
span { border-color: rgb(195,90,177); }
td.TdClassName
{
border-color: #C35AB1;
}
.TagClassName
{
border-color: #C35AB1;
}
</style>