Shades of Fuchsia #C35AA8
Tints of Fuchsia #C35AA8
RGB
CMYK
RGB Variations
Color information
#C35AA8 (or 0xC35AA8) is known color: Fuchsia. HEX triplet: C3, 5A and A8. RGB value is (195,90,168). Sum of RGB (Red+Green+Blue) = 195+90+168=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 90 (35.55% from 255 or 19.87% from 453); Blue value is 168 (66.02% from 255 or 37.09% from 453); Max value from RGB is 195 - color contains mainly: red. Hex color #C35AA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35AA8 is #3CA557. Grayscale: #828282. Windows color (decimal): -3974488 or 11033283. OLE color: 11033283.
HSL color Cylindrical-coordinate representation of color #C35AA8: hue angle of 315.43º 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 #C35AA8 is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 90 | 168 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.24 |
| HSL | 315.43º | 0.47% | 0.56% | - |
| HSV(B) | 315.43º | 0.54% | 0.76% | - |
| XYZ | 33.23 | 21.74 | 39.49 | - |
| YUV | 130.29 | 149.29 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 90 | 168 | 0 | 0.54 | 0.14 | 0.24 | 315.43 | 0.47 | 0.56 |
| Hex | C3 | 5A | A8 | 0 | 36 | E | 18 | 13B | 2F | 38 |
| Octal | 303 | 132 | 250 | 0 | 66 | 16 | 30 | 473 | 57 | 70 |
| Binary | 11000011 | 1011010 | 10101000 | 0 | 110110 | 1110 | 11000 | 100111011 | 101111 | 111000 |
Color Harmonies of #C35AA8
Complementary color
Monochromatic Colors of #C35AA8
Black with #C35AA8
Text Example
Text Example
White with #C35AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35AA8; }
p { color: rgb(195,90,168); }
H1.HeaderClassName
{
color: #C35AA8;
}
.AnyTagClassName
{
color: #C35AA8;
}
</style>
background-color css
<style>
a { background-color: #C35AA8; }
a { background-color: rgb(195,90,168); }
div.DivClassName
{
background-color: #C35AA8;
}
.BgClassName
{
background-color: #C35AA8;
}
</style>
border-color css
<style>
span { border-color: #C35AA8; }
span { border-color: rgb(195,90,168); }
td.TdClassName
{
border-color: #C35AA8;
}
.TagClassName
{
border-color: #C35AA8;
}
</style>