Shades of Fuchsia #C332B9
Tints of Fuchsia #C332B9
RGB
CMYK
RGB Variations
Color information
#C332B9 (or 0xC332B9) is known color: Fuchsia. HEX triplet: C3, 32 and B9. RGB value is (195,50,185). Sum of RGB (Red+Green+Blue) = 195+50+185=430 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.35% from 430); Green value is 50 (19.92% from 255 or 11.63% from 430); Blue value is 185 (72.66% from 255 or 43.02% from 430); Max value from RGB is 195 - color contains mainly: red. Hex color #C332B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C332B9 is #3CCD46. Grayscale: #6C6C6C. Windows color (decimal): -3984711 or 12137155. OLE color: 12137155.
HSL color Cylindrical-coordinate representation of color #C332B9: hue angle of 304.14º 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 #C332B9 is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 50 | 185 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.24 |
| HSL | 304.14º | 0.59% | 0.48% | - |
| HSV(B) | 304.14º | 0.74% | 0.76% | - |
| XYZ | 32.4 | 17.39 | 47.55 | - |
| YUV | 108.75 | 171.04 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 50 | 185 | 0 | 0.74 | 0.05 | 0.24 | 304.14 | 0.59 | 0.48 |
| Hex | C3 | 32 | B9 | 0 | 4A | 5 | 18 | 130 | 3B | 30 |
| Octal | 303 | 62 | 271 | 0 | 112 | 5 | 30 | 460 | 73 | 60 |
| Binary | 11000011 | 110010 | 10111001 | 0 | 1001010 | 101 | 11000 | 100110000 | 111011 | 110000 |
Color Harmonies of #C332B9
Complementary color
Monochromatic Colors of #C332B9
Black with #C332B9
Text Example
Text Example
White with #C332B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C332B9; }
p { color: rgb(195,50,185); }
H1.HeaderClassName
{
color: #C332B9;
}
.AnyTagClassName
{
color: #C332B9;
}
</style>
background-color css
<style>
a { background-color: #C332B9; }
a { background-color: rgb(195,50,185); }
div.DivClassName
{
background-color: #C332B9;
}
.BgClassName
{
background-color: #C332B9;
}
</style>
border-color css
<style>
span { border-color: #C332B9; }
span { border-color: rgb(195,50,185); }
td.TdClassName
{
border-color: #C332B9;
}
.TagClassName
{
border-color: #C332B9;
}
</style>