Shades of Fuchsia #C337BA
Tints of Fuchsia #C337BA
RGB
CMYK
RGB Variations
Color information
#C337BA (or 0xC337BA) is known color: Fuchsia. HEX triplet: C3, 37 and BA. RGB value is (195,55,186). Sum of RGB (Red+Green+Blue) = 195+55+186=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 55 (21.88% from 255 or 12.61% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 195 - color contains mainly: red. Hex color #C337BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C337BA is #3CC845. Grayscale: #6F6F6F. Windows color (decimal): -3983430 or 12203971. OLE color: 12203971.
HSL color Cylindrical-coordinate representation of color #C337BA: hue angle of 303.86º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C337BA is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 55 | 186 | - |
| CMYK | 0 | 0.72 | 0.05 | 0.24 |
| HSL | 303.86º | 0.56% | 0.49% | - |
| HSV(B) | 303.86º | 0.72% | 0.76% | - |
| XYZ | 32.73 | 17.88 | 48.18 | - |
| YUV | 111.79 | 169.88 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 55 | 186 | 0 | 0.72 | 0.05 | 0.24 | 303.86 | 0.56 | 0.49 |
| Hex | C3 | 37 | BA | 0 | 48 | 5 | 18 | 130 | 38 | 31 |
| Octal | 303 | 67 | 272 | 0 | 110 | 5 | 30 | 460 | 70 | 61 |
| Binary | 11000011 | 110111 | 10111010 | 0 | 1001000 | 101 | 11000 | 100110000 | 111000 | 110001 |
Color Harmonies of #C337BA
Complementary color
Monochromatic Colors of #C337BA
Black with #C337BA
Text Example
Text Example
White with #C337BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C337BA; }
p { color: rgb(195,55,186); }
H1.HeaderClassName
{
color: #C337BA;
}
.AnyTagClassName
{
color: #C337BA;
}
</style>
background-color css
<style>
a { background-color: #C337BA; }
a { background-color: rgb(195,55,186); }
div.DivClassName
{
background-color: #C337BA;
}
.BgClassName
{
background-color: #C337BA;
}
</style>
border-color css
<style>
span { border-color: #C337BA; }
span { border-color: rgb(195,55,186); }
td.TdClassName
{
border-color: #C337BA;
}
.TagClassName
{
border-color: #C337BA;
}
</style>