Shades of Fuchsia #C337AC
Tints of Fuchsia #C337AC
RGB
CMYK
RGB Variations
Color information
#C337AC (or 0xC337AC) is known color: Fuchsia. HEX triplet: C3, 37 and AC. RGB value is (195,55,172). Sum of RGB (Red+Green+Blue) = 195+55+172=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 55 (21.88% from 255 or 13.03% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 195 - color contains mainly: red. Hex color #C337AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C337AC is #3CC853. Grayscale: #6D6D6D. Windows color (decimal): -3983444 or 11286467. OLE color: 11286467.
HSL color Cylindrical-coordinate representation of color #C337AC: hue angle of 309.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 #C337AC is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 55 | 172 | - |
| CMYK | 0 | 0.72 | 0.12 | 0.24 |
| HSL | 309.86º | 0.56% | 0.49% | - |
| HSV(B) | 309.86º | 0.72% | 0.76% | - |
| XYZ | 31.32 | 17.31 | 40.72 | - |
| YUV | 110.2 | 162.88 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 55 | 172 | 0 | 0.72 | 0.12 | 0.24 | 309.86 | 0.56 | 0.49 |
| Hex | C3 | 37 | AC | 0 | 48 | C | 18 | 136 | 38 | 31 |
| Octal | 303 | 67 | 254 | 0 | 110 | 14 | 30 | 466 | 70 | 61 |
| Binary | 11000011 | 110111 | 10101100 | 0 | 1001000 | 1100 | 11000 | 100110110 | 111000 | 110001 |
Color Harmonies of #C337AC
Complementary color
Monochromatic Colors of #C337AC
Black with #C337AC
Text Example
Text Example
White with #C337AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C337AC; }
p { color: rgb(195,55,172); }
H1.HeaderClassName
{
color: #C337AC;
}
.AnyTagClassName
{
color: #C337AC;
}
</style>
background-color css
<style>
a { background-color: #C337AC; }
a { background-color: rgb(195,55,172); }
div.DivClassName
{
background-color: #C337AC;
}
.BgClassName
{
background-color: #C337AC;
}
</style>
border-color css
<style>
span { border-color: #C337AC; }
span { border-color: rgb(195,55,172); }
td.TdClassName
{
border-color: #C337AC;
}
.TagClassName
{
border-color: #C337AC;
}
</style>