Shades of Fuchsia #C335AF
Tints of Fuchsia #C335AF
RGB
CMYK
RGB Variations
Color information
#C335AF (or 0xC335AF) is known color: Fuchsia. HEX triplet: C3, 35 and AF. RGB value is (195,53,175). Sum of RGB (Red+Green+Blue) = 195+53+175=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 53 (21.09% from 255 or 12.53% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C335AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C335AF is #3CCA50. Grayscale: #6D6D6D. Windows color (decimal): -3983953 or 11482563. OLE color: 11482563.
HSL color Cylindrical-coordinate representation of color #C335AF: hue angle of 308.45º 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 #C335AF is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 53 | 175 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.24 |
| HSL | 308.45º | 0.57% | 0.49% | - |
| HSV(B) | 308.45º | 0.73% | 0.76% | - |
| XYZ | 31.52 | 17.24 | 42.22 | - |
| YUV | 109.37 | 165.04 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 53 | 175 | 0 | 0.73 | 0.10 | 0.24 | 308.45 | 0.57 | 0.49 |
| Hex | C3 | 35 | AF | 0 | 49 | A | 18 | 134 | 39 | 31 |
| Octal | 303 | 65 | 257 | 0 | 111 | 12 | 30 | 464 | 71 | 61 |
| Binary | 11000011 | 110101 | 10101111 | 0 | 1001001 | 1010 | 11000 | 100110100 | 111001 | 110001 |
Color Harmonies of #C335AF
Complementary color
Monochromatic Colors of #C335AF
Black with #C335AF
Text Example
Text Example
White with #C335AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C335AF; }
p { color: rgb(195,53,175); }
H1.HeaderClassName
{
color: #C335AF;
}
.AnyTagClassName
{
color: #C335AF;
}
</style>
background-color css
<style>
a { background-color: #C335AF; }
a { background-color: rgb(195,53,175); }
div.DivClassName
{
background-color: #C335AF;
}
.BgClassName
{
background-color: #C335AF;
}
</style>
border-color css
<style>
span { border-color: #C335AF; }
span { border-color: rgb(195,53,175); }
td.TdClassName
{
border-color: #C335AF;
}
.TagClassName
{
border-color: #C335AF;
}
</style>