Shades of Fuchsia #C332B3
Tints of Fuchsia #C332B3
RGB
CMYK
RGB Variations
Color information
#C332B3 (or 0xC332B3) is known color: Fuchsia. HEX triplet: C3, 32 and B3. RGB value is (195,50,179). Sum of RGB (Red+Green+Blue) = 195+50+179=424 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.99% from 424); Green value is 50 (19.92% from 255 or 11.79% from 424); Blue value is 179 (70.31% from 255 or 42.22% from 424); Max value from RGB is 195 - color contains mainly: red. Hex color #C332B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C332B3 is #3CCD4C. Grayscale: #6B6B6B. Windows color (decimal): -3984717 or 11743939. OLE color: 11743939.
HSL color Cylindrical-coordinate representation of color #C332B3: hue angle of 306.62º 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 #C332B3 is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 50 | 179 | - |
| CMYK | 0 | 0.74 | 0.08 | 0.24 |
| HSL | 306.62º | 0.59% | 0.48% | - |
| HSV(B) | 306.62º | 0.74% | 0.76% | - |
| XYZ | 31.78 | 17.14 | 44.28 | - |
| YUV | 108.06 | 168.04 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 50 | 179 | 0 | 0.74 | 0.08 | 0.24 | 306.62 | 0.59 | 0.48 |
| Hex | C3 | 32 | B3 | 0 | 4A | 8 | 18 | 133 | 3B | 30 |
| Octal | 303 | 62 | 263 | 0 | 112 | 10 | 30 | 463 | 73 | 60 |
| Binary | 11000011 | 110010 | 10110011 | 0 | 1001010 | 1000 | 11000 | 100110011 | 111011 | 110000 |
Color Harmonies of #C332B3
Complementary color
Monochromatic Colors of #C332B3
Black with #C332B3
Text Example
Text Example
White with #C332B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C332B3; }
p { color: rgb(195,50,179); }
H1.HeaderClassName
{
color: #C332B3;
}
.AnyTagClassName
{
color: #C332B3;
}
</style>
background-color css
<style>
a { background-color: #C332B3; }
a { background-color: rgb(195,50,179); }
div.DivClassName
{
background-color: #C332B3;
}
.BgClassName
{
background-color: #C332B3;
}
</style>
border-color css
<style>
span { border-color: #C332B3; }
span { border-color: rgb(195,50,179); }
td.TdClassName
{
border-color: #C332B3;
}
.TagClassName
{
border-color: #C332B3;
}
</style>