Shades of Fuchsia #C332BB
Tints of Fuchsia #C332BB
RGB
CMYK
RGB Variations
Color information
#C332BB (or 0xC332BB) is known color: Fuchsia. HEX triplet: C3, 32 and BB. RGB value is (195,50,187). Sum of RGB (Red+Green+Blue) = 195+50+187=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 50 (19.92% from 255 or 11.57% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 195 - color contains mainly: red. Hex color #C332BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C332BB is #3CCD44. Grayscale: #6C6C6C. Windows color (decimal): -3984709 or 12268227. OLE color: 12268227.
HSL color Cylindrical-coordinate representation of color #C332BB: hue angle of 303.31º 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 #C332BB is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 50 | 187 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.24 |
| HSL | 303.31º | 0.59% | 0.48% | - |
| HSV(B) | 303.31º | 0.74% | 0.76% | - |
| XYZ | 32.62 | 17.47 | 48.67 | - |
| YUV | 108.97 | 172.04 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 50 | 187 | 0 | 0.74 | 0.04 | 0.24 | 303.31 | 0.59 | 0.48 |
| Hex | C3 | 32 | BB | 0 | 4A | 4 | 18 | 12F | 3B | 30 |
| Octal | 303 | 62 | 273 | 0 | 112 | 4 | 30 | 457 | 73 | 60 |
| Binary | 11000011 | 110010 | 10111011 | 0 | 1001010 | 100 | 11000 | 100101111 | 111011 | 110000 |
Color Harmonies of #C332BB
Complementary color
Monochromatic Colors of #C332BB
Black with #C332BB
Text Example
Text Example
White with #C332BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C332BB; }
p { color: rgb(195,50,187); }
H1.HeaderClassName
{
color: #C332BB;
}
.AnyTagClassName
{
color: #C332BB;
}
</style>
background-color css
<style>
a { background-color: #C332BB; }
a { background-color: rgb(195,50,187); }
div.DivClassName
{
background-color: #C332BB;
}
.BgClassName
{
background-color: #C332BB;
}
</style>
border-color css
<style>
span { border-color: #C332BB; }
span { border-color: rgb(195,50,187); }
td.TdClassName
{
border-color: #C332BB;
}
.TagClassName
{
border-color: #C332BB;
}
</style>