Shades of Fuchsia #C332C1
Tints of Fuchsia #C332C1
RGB
CMYK
RGB Variations
Color information
#C332C1 (or 0xC332C1) is known color: Fuchsia. HEX triplet: C3, 32 and C1. RGB value is (195,50,193). Sum of RGB (Red+Green+Blue) = 195+50+193=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 50 (19.92% from 255 or 11.42% from 438); Blue value is 193 (75.78% from 255 or 44.06% from 438); Max value from RGB is 195 - color contains mainly: red. Hex color #C332C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C332C1 is #3CCD3E. Grayscale: #6D6D6D. Windows color (decimal): -3984703 or 12661443. OLE color: 12661443.
HSL color Cylindrical-coordinate representation of color #C332C1: hue angle of 300.83º 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 #C332C1 is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 50 | 193 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.24 |
| HSL | 300.83º | 0.59% | 0.48% | - |
| HSV(B) | 300.83º | 0.74% | 0.76% | - |
| XYZ | 33.27 | 17.73 | 52.12 | - |
| YUV | 109.66 | 175.04 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 50 | 193 | 0 | 0.74 | 0.01 | 0.24 | 300.83 | 0.59 | 0.48 |
| Hex | C3 | 32 | C1 | 0 | 4A | 1 | 18 | 12D | 3B | 30 |
| Octal | 303 | 62 | 301 | 0 | 112 | 1 | 30 | 455 | 73 | 60 |
| Binary | 11000011 | 110010 | 11000001 | 0 | 1001010 | 1 | 11000 | 100101101 | 111011 | 110000 |
Color Harmonies of #C332C1
Complementary color
Monochromatic Colors of #C332C1
Black with #C332C1
Text Example
Text Example
White with #C332C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C332C1; }
p { color: rgb(195,50,193); }
H1.HeaderClassName
{
color: #C332C1;
}
.AnyTagClassName
{
color: #C332C1;
}
</style>
background-color css
<style>
a { background-color: #C332C1; }
a { background-color: rgb(195,50,193); }
div.DivClassName
{
background-color: #C332C1;
}
.BgClassName
{
background-color: #C332C1;
}
</style>
border-color css
<style>
span { border-color: #C332C1; }
span { border-color: rgb(195,50,193); }
td.TdClassName
{
border-color: #C332C1;
}
.TagClassName
{
border-color: #C332C1;
}
</style>