Shades of Fuchsia #C332BD
Tints of Fuchsia #C332BD
RGB
CMYK
RGB Variations
Color information
#C332BD (or 0xC332BD) is known color: Fuchsia. HEX triplet: C3, 32 and BD. RGB value is (195,50,189). Sum of RGB (Red+Green+Blue) = 195+50+189=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 50 (19.92% from 255 or 11.52% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 195 - color contains mainly: red. Hex color #C332BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C332BD is #3CCD42. Grayscale: #6C6C6C. Windows color (decimal): -3984707 or 12399299. OLE color: 12399299.
HSL color Cylindrical-coordinate representation of color #C332BD: hue angle of 302.48º 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 #C332BD is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 50 | 189 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.24 |
| HSL | 302.48º | 0.59% | 0.48% | - |
| HSV(B) | 302.48º | 0.74% | 0.76% | - |
| XYZ | 32.83 | 17.56 | 49.8 | - |
| YUV | 109.2 | 173.04 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 50 | 189 | 0 | 0.74 | 0.03 | 0.24 | 302.48 | 0.59 | 0.48 |
| Hex | C3 | 32 | BD | 0 | 4A | 3 | 18 | 12E | 3B | 30 |
| Octal | 303 | 62 | 275 | 0 | 112 | 3 | 30 | 456 | 73 | 60 |
| Binary | 11000011 | 110010 | 10111101 | 0 | 1001010 | 11 | 11000 | 100101110 | 111011 | 110000 |
Color Harmonies of #C332BD
Complementary color
Monochromatic Colors of #C332BD
Black with #C332BD
Text Example
Text Example
White with #C332BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C332BD; }
p { color: rgb(195,50,189); }
H1.HeaderClassName
{
color: #C332BD;
}
.AnyTagClassName
{
color: #C332BD;
}
</style>
background-color css
<style>
a { background-color: #C332BD; }
a { background-color: rgb(195,50,189); }
div.DivClassName
{
background-color: #C332BD;
}
.BgClassName
{
background-color: #C332BD;
}
</style>
border-color css
<style>
span { border-color: #C332BD; }
span { border-color: rgb(195,50,189); }
td.TdClassName
{
border-color: #C332BD;
}
.TagClassName
{
border-color: #C332BD;
}
</style>