Shades of Fuchsia #C332AB
Tints of Fuchsia #C332AB
RGB
CMYK
RGB Variations
Color information
#C332AB (or 0xC332AB) is known color: Fuchsia. HEX triplet: C3, 32 and AB. RGB value is (195,50,171). Sum of RGB (Red+Green+Blue) = 195+50+171=416 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.88% from 416); Green value is 50 (19.92% from 255 or 12.02% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 195 - color contains mainly: red. Hex color #C332AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C332AB is #3CCD54. Grayscale: #6A6A6A. Windows color (decimal): -3984725 or 11219651. OLE color: 11219651.
HSL color Cylindrical-coordinate representation of color #C332AB: hue angle of 309.93º 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 #C332AB is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 50 | 171 | - |
| CMYK | 0 | 0.74 | 0.12 | 0.24 |
| HSL | 309.93º | 0.59% | 0.48% | - |
| HSV(B) | 309.93º | 0.74% | 0.76% | - |
| XYZ | 31 | 16.82 | 40.14 | - |
| YUV | 107.15 | 164.04 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 50 | 171 | 0 | 0.74 | 0.12 | 0.24 | 309.93 | 0.59 | 0.48 |
| Hex | C3 | 32 | AB | 0 | 4A | C | 18 | 136 | 3B | 30 |
| Octal | 303 | 62 | 253 | 0 | 112 | 14 | 30 | 466 | 73 | 60 |
| Binary | 11000011 | 110010 | 10101011 | 0 | 1001010 | 1100 | 11000 | 100110110 | 111011 | 110000 |
Color Harmonies of #C332AB
Complementary color
Monochromatic Colors of #C332AB
Black with #C332AB
Text Example
Text Example
White with #C332AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C332AB; }
p { color: rgb(195,50,171); }
H1.HeaderClassName
{
color: #C332AB;
}
.AnyTagClassName
{
color: #C332AB;
}
</style>
background-color css
<style>
a { background-color: #C332AB; }
a { background-color: rgb(195,50,171); }
div.DivClassName
{
background-color: #C332AB;
}
.BgClassName
{
background-color: #C332AB;
}
</style>
border-color css
<style>
span { border-color: #C332AB; }
span { border-color: rgb(195,50,171); }
td.TdClassName
{
border-color: #C332AB;
}
.TagClassName
{
border-color: #C332AB;
}
</style>