Shades of Fuchsia #C335AB
Tints of Fuchsia #C335AB
RGB
CMYK
RGB Variations
Color information
#C335AB (or 0xC335AB) is known color: Fuchsia. HEX triplet: C3, 35 and AB. RGB value is (195,53,171). Sum of RGB (Red+Green+Blue) = 195+53+171=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 53 (21.09% from 255 or 12.65% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 195 - color contains mainly: red. Hex color #C335AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C335AB is #3CCA54. Grayscale: #6C6C6C. Windows color (decimal): -3983957 or 11220419. OLE color: 11220419.
HSL color Cylindrical-coordinate representation of color #C335AB: hue angle of 310.14º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C335AB is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 53 | 171 | - |
| CMYK | 0 | 0.73 | 0.12 | 0.24 |
| HSL | 310.14º | 0.57% | 0.49% | - |
| HSV(B) | 310.14º | 0.73% | 0.76% | - |
| XYZ | 31.13 | 17.09 | 40.19 | - |
| YUV | 108.91 | 163.04 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 53 | 171 | 0 | 0.73 | 0.12 | 0.24 | 310.14 | 0.57 | 0.49 |
| Hex | C3 | 35 | AB | 0 | 49 | C | 18 | 136 | 39 | 31 |
| Octal | 303 | 65 | 253 | 0 | 111 | 14 | 30 | 466 | 71 | 61 |
| Binary | 11000011 | 110101 | 10101011 | 0 | 1001001 | 1100 | 11000 | 100110110 | 111001 | 110001 |
Color Harmonies of #C335AB
Complementary color
Monochromatic Colors of #C335AB
Black with #C335AB
Text Example
Text Example
White with #C335AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C335AB; }
p { color: rgb(195,53,171); }
H1.HeaderClassName
{
color: #C335AB;
}
.AnyTagClassName
{
color: #C335AB;
}
</style>
background-color css
<style>
a { background-color: #C335AB; }
a { background-color: rgb(195,53,171); }
div.DivClassName
{
background-color: #C335AB;
}
.BgClassName
{
background-color: #C335AB;
}
</style>
border-color css
<style>
span { border-color: #C335AB; }
span { border-color: rgb(195,53,171); }
td.TdClassName
{
border-color: #C335AB;
}
.TagClassName
{
border-color: #C335AB;
}
</style>