Shades of Fuchsia #C334BA
Tints of Fuchsia #C334BA
RGB
CMYK
RGB Variations
Color information
#C334BA (or 0xC334BA) is known color: Fuchsia. HEX triplet: C3, 34 and BA. RGB value is (195,52,186). Sum of RGB (Red+Green+Blue) = 195+52+186=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 52 (20.70% from 255 or 12.01% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 195 - color contains mainly: red. Hex color #C334BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C334BA is #3CCB45. Grayscale: #6D6D6D. Windows color (decimal): -3984198 or 12203203. OLE color: 12203203.
HSL color Cylindrical-coordinate representation of color #C334BA: hue angle of 303.78º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C334BA is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 52 | 186 | - |
| CMYK | 0 | 0.73 | 0.05 | 0.24 |
| HSL | 303.78º | 0.58% | 0.48% | - |
| HSV(B) | 303.78º | 0.73% | 0.76% | - |
| XYZ | 32.6 | 17.6 | 48.13 | - |
| YUV | 110.03 | 170.88 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 52 | 186 | 0 | 0.73 | 0.05 | 0.24 | 303.78 | 0.58 | 0.48 |
| Hex | C3 | 34 | BA | 0 | 49 | 5 | 18 | 130 | 3A | 30 |
| Octal | 303 | 64 | 272 | 0 | 111 | 5 | 30 | 460 | 72 | 60 |
| Binary | 11000011 | 110100 | 10111010 | 0 | 1001001 | 101 | 11000 | 100110000 | 111010 | 110000 |
Color Harmonies of #C334BA
Complementary color
Monochromatic Colors of #C334BA
Black with #C334BA
Text Example
Text Example
White with #C334BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C334BA; }
p { color: rgb(195,52,186); }
H1.HeaderClassName
{
color: #C334BA;
}
.AnyTagClassName
{
color: #C334BA;
}
</style>
background-color css
<style>
a { background-color: #C334BA; }
a { background-color: rgb(195,52,186); }
div.DivClassName
{
background-color: #C334BA;
}
.BgClassName
{
background-color: #C334BA;
}
</style>
border-color css
<style>
span { border-color: #C334BA; }
span { border-color: rgb(195,52,186); }
td.TdClassName
{
border-color: #C334BA;
}
.TagClassName
{
border-color: #C334BA;
}
</style>