Shades of Fuchsia #C332BF
Tints of Fuchsia #C332BF
RGB
CMYK
RGB Variations
Color information
#C332BF (or 0xC332BF) is known color: Fuchsia. HEX triplet: C3, 32 and BF. RGB value is (195,50,191). Sum of RGB (Red+Green+Blue) = 195+50+191=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 50 (19.92% from 255 or 11.47% from 436); Blue value is 191 (75% from 255 or 43.81% from 436); Max value from RGB is 195 - color contains mainly: red. Hex color #C332BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C332BF is #3CCD40. Grayscale: #6D6D6D. Windows color (decimal): -3984705 or 12530371. OLE color: 12530371.
HSL color Cylindrical-coordinate representation of color #C332BF: hue angle of 301.66º 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 #C332BF is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 50 | 191 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.24 |
| HSL | 301.66º | 0.59% | 0.48% | - |
| HSV(B) | 301.66º | 0.74% | 0.76% | - |
| XYZ | 33.05 | 17.64 | 50.95 | - |
| YUV | 109.43 | 174.04 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 50 | 191 | 0 | 0.74 | 0.02 | 0.24 | 301.66 | 0.59 | 0.48 |
| Hex | C3 | 32 | BF | 0 | 4A | 2 | 18 | 12E | 3B | 30 |
| Octal | 303 | 62 | 277 | 0 | 112 | 2 | 30 | 456 | 73 | 60 |
| Binary | 11000011 | 110010 | 10111111 | 0 | 1001010 | 10 | 11000 | 100101110 | 111011 | 110000 |
Color Harmonies of #C332BF
Complementary color
Monochromatic Colors of #C332BF
Black with #C332BF
Text Example
Text Example
White with #C332BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C332BF; }
p { color: rgb(195,50,191); }
H1.HeaderClassName
{
color: #C332BF;
}
.AnyTagClassName
{
color: #C332BF;
}
</style>
background-color css
<style>
a { background-color: #C332BF; }
a { background-color: rgb(195,50,191); }
div.DivClassName
{
background-color: #C332BF;
}
.BgClassName
{
background-color: #C332BF;
}
</style>
border-color css
<style>
span { border-color: #C332BF; }
span { border-color: rgb(195,50,191); }
td.TdClassName
{
border-color: #C332BF;
}
.TagClassName
{
border-color: #C332BF;
}
</style>