Shades of Fuchsia #C337B5
Tints of Fuchsia #C337B5
RGB
CMYK
RGB Variations
Color information
#C337B5 (or 0xC337B5) is known color: Fuchsia. HEX triplet: C3, 37 and B5. RGB value is (195,55,181). Sum of RGB (Red+Green+Blue) = 195+55+181=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 55 (21.88% from 255 or 12.76% from 431); Blue value is 181 (71.09% from 255 or 42.00% from 431); Max value from RGB is 195 - color contains mainly: red. Hex color #C337B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C337B5 is #3CC84A. Grayscale: #6E6E6E. Windows color (decimal): -3983435 or 11876291. OLE color: 11876291.
HSL color Cylindrical-coordinate representation of color #C337B5: hue angle of 306º 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 #C337B5 is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 55 | 181 | - |
| CMYK | 0 | 0.72 | 0.07 | 0.24 |
| HSL | 306º | 0.56% | 0.49% | - |
| HSV(B) | 306º | 0.72% | 0.76% | - |
| XYZ | 32.21 | 17.67 | 45.43 | - |
| YUV | 111.22 | 167.38 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 55 | 181 | 0 | 0.72 | 0.07 | 0.24 | 306 | 0.56 | 0.49 |
| Hex | C3 | 37 | B5 | 0 | 48 | 7 | 18 | 132 | 38 | 31 |
| Octal | 303 | 67 | 265 | 0 | 110 | 7 | 30 | 462 | 70 | 61 |
| Binary | 11000011 | 110111 | 10110101 | 0 | 1001000 | 111 | 11000 | 100110010 | 111000 | 110001 |
Color Harmonies of #C337B5
Complementary color
Monochromatic Colors of #C337B5
Black with #C337B5
Text Example
Text Example
White with #C337B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C337B5; }
p { color: rgb(195,55,181); }
H1.HeaderClassName
{
color: #C337B5;
}
.AnyTagClassName
{
color: #C337B5;
}
</style>
background-color css
<style>
a { background-color: #C337B5; }
a { background-color: rgb(195,55,181); }
div.DivClassName
{
background-color: #C337B5;
}
.BgClassName
{
background-color: #C337B5;
}
</style>
border-color css
<style>
span { border-color: #C337B5; }
span { border-color: rgb(195,55,181); }
td.TdClassName
{
border-color: #C337B5;
}
.TagClassName
{
border-color: #C337B5;
}
</style>