Shades of Fuchsia #C35ABA
Tints of Fuchsia #C35ABA
RGB
CMYK
RGB Variations
Color information
#C35ABA (or 0xC35ABA) is known color: Fuchsia. HEX triplet: C3, 5A and BA. RGB value is (195,90,186). Sum of RGB (Red+Green+Blue) = 195+90+186=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 90 (35.55% from 255 or 19.11% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 195 - color contains mainly: red. Hex color #C35ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35ABA is #3CA545. Grayscale: #848484. Windows color (decimal): -3974470 or 12212931. OLE color: 12212931.
HSL color Cylindrical-coordinate representation of color #C35ABA: hue angle of 305.14º 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 #C35ABA is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 90 | 186 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.24 |
| HSL | 305.14º | 0.47% | 0.56% | - |
| HSV(B) | 305.14º | 0.54% | 0.76% | - |
| XYZ | 35.02 | 22.46 | 48.94 | - |
| YUV | 132.34 | 158.29 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 90 | 186 | 0 | 0.54 | 0.05 | 0.24 | 305.14 | 0.47 | 0.56 |
| Hex | C3 | 5A | BA | 0 | 36 | 5 | 18 | 131 | 2F | 38 |
| Octal | 303 | 132 | 272 | 0 | 66 | 5 | 30 | 461 | 57 | 70 |
| Binary | 11000011 | 1011010 | 10111010 | 0 | 110110 | 101 | 11000 | 100110001 | 101111 | 111000 |
Color Harmonies of #C35ABA
Complementary color
Monochromatic Colors of #C35ABA
Black with #C35ABA
Text Example
Text Example
White with #C35ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35ABA; }
p { color: rgb(195,90,186); }
H1.HeaderClassName
{
color: #C35ABA;
}
.AnyTagClassName
{
color: #C35ABA;
}
</style>
background-color css
<style>
a { background-color: #C35ABA; }
a { background-color: rgb(195,90,186); }
div.DivClassName
{
background-color: #C35ABA;
}
.BgClassName
{
background-color: #C35ABA;
}
</style>
border-color css
<style>
span { border-color: #C35ABA; }
span { border-color: rgb(195,90,186); }
td.TdClassName
{
border-color: #C35ABA;
}
.TagClassName
{
border-color: #C35ABA;
}
</style>