Shades of Fuchsia #C35ABC
Tints of Fuchsia #C35ABC
RGB
CMYK
RGB Variations
Color information
#C35ABC (or 0xC35ABC) is known color: Fuchsia. HEX triplet: C3, 5A and BC. RGB value is (195,90,188). Sum of RGB (Red+Green+Blue) = 195+90+188=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 90 (35.55% from 255 or 19.03% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 195 - color contains mainly: red. Hex color #C35ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35ABC is #3CA543. Grayscale: #848484. Windows color (decimal): -3974468 or 12344003. OLE color: 12344003.
HSL color Cylindrical-coordinate representation of color #C35ABC: hue angle of 304º 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 #C35ABC is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 90 | 188 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.24 |
| HSL | 304º | 0.47% | 0.56% | - |
| HSV(B) | 304º | 0.54% | 0.76% | - |
| XYZ | 35.24 | 22.55 | 50.07 | - |
| YUV | 132.57 | 159.29 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 90 | 188 | 0 | 0.54 | 0.04 | 0.24 | 304 | 0.47 | 0.56 |
| Hex | C3 | 5A | BC | 0 | 36 | 4 | 18 | 130 | 2F | 38 |
| Octal | 303 | 132 | 274 | 0 | 66 | 4 | 30 | 460 | 57 | 70 |
| Binary | 11000011 | 1011010 | 10111100 | 0 | 110110 | 100 | 11000 | 100110000 | 101111 | 111000 |
Color Harmonies of #C35ABC
Complementary color
Monochromatic Colors of #C35ABC
Black with #C35ABC
Text Example
Text Example
White with #C35ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35ABC; }
p { color: rgb(195,90,188); }
H1.HeaderClassName
{
color: #C35ABC;
}
.AnyTagClassName
{
color: #C35ABC;
}
</style>
background-color css
<style>
a { background-color: #C35ABC; }
a { background-color: rgb(195,90,188); }
div.DivClassName
{
background-color: #C35ABC;
}
.BgClassName
{
background-color: #C35ABC;
}
</style>
border-color css
<style>
span { border-color: #C35ABC; }
span { border-color: rgb(195,90,188); }
td.TdClassName
{
border-color: #C35ABC;
}
.TagClassName
{
border-color: #C35ABC;
}
</style>