Shades of Fuchsia #C332AF
Tints of Fuchsia #C332AF
RGB
CMYK
RGB Variations
Color information
#C332AF (or 0xC332AF) is known color: Fuchsia. HEX triplet: C3, 32 and AF. RGB value is (195,50,175). Sum of RGB (Red+Green+Blue) = 195+50+175=420 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.43% from 420); Green value is 50 (19.92% from 255 or 11.90% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 195 - color contains mainly: red. Hex color #C332AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C332AF is #3CCD50. Grayscale: #6B6B6B. Windows color (decimal): -3984721 or 11481795. OLE color: 11481795.
HSL color Cylindrical-coordinate representation of color #C332AF: hue angle of 308.28º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C332AF is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 50 | 175 | - |
| CMYK | 0 | 0.74 | 0.10 | 0.24 |
| HSL | 308.28º | 0.59% | 0.48% | - |
| HSV(B) | 308.28º | 0.74% | 0.76% | - |
| XYZ | 31.38 | 16.98 | 42.18 | - |
| YUV | 107.61 | 166.04 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 50 | 175 | 0 | 0.74 | 0.10 | 0.24 | 308.28 | 0.59 | 0.48 |
| Hex | C3 | 32 | AF | 0 | 4A | A | 18 | 134 | 3B | 30 |
| Octal | 303 | 62 | 257 | 0 | 112 | 12 | 30 | 464 | 73 | 60 |
| Binary | 11000011 | 110010 | 10101111 | 0 | 1001010 | 1010 | 11000 | 100110100 | 111011 | 110000 |
Color Harmonies of #C332AF
Complementary color
Monochromatic Colors of #C332AF
Black with #C332AF
Text Example
Text Example
White with #C332AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C332AF; }
p { color: rgb(195,50,175); }
H1.HeaderClassName
{
color: #C332AF;
}
.AnyTagClassName
{
color: #C332AF;
}
</style>
background-color css
<style>
a { background-color: #C332AF; }
a { background-color: rgb(195,50,175); }
div.DivClassName
{
background-color: #C332AF;
}
.BgClassName
{
background-color: #C332AF;
}
</style>
border-color css
<style>
span { border-color: #C332AF; }
span { border-color: rgb(195,50,175); }
td.TdClassName
{
border-color: #C332AF;
}
.TagClassName
{
border-color: #C332AF;
}
</style>