Shades of Fuchsia #C337AA
Tints of Fuchsia #C337AA
RGB
CMYK
RGB Variations
Color information
#C337AA (or 0xC337AA) is known color: Fuchsia. HEX triplet: C3, 37 and AA. RGB value is (195,55,170). Sum of RGB (Red+Green+Blue) = 195+55+170=420 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.43% from 420); Green value is 55 (21.88% from 255 or 13.10% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 195 - color contains mainly: red. Hex color #C337AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C337AA is #3CC855. Grayscale: #6D6D6D. Windows color (decimal): -3983446 or 11155395. OLE color: 11155395.
HSL color Cylindrical-coordinate representation of color #C337AA: hue angle of 310.71º 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 #C337AA is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 55 | 170 | - |
| CMYK | 0 | 0.72 | 0.13 | 0.24 |
| HSL | 310.71º | 0.56% | 0.49% | - |
| HSV(B) | 310.71º | 0.72% | 0.76% | - |
| XYZ | 31.13 | 17.24 | 39.72 | - |
| YUV | 109.97 | 161.88 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 55 | 170 | 0 | 0.72 | 0.13 | 0.24 | 310.71 | 0.56 | 0.49 |
| Hex | C3 | 37 | AA | 0 | 48 | D | 18 | 137 | 38 | 31 |
| Octal | 303 | 67 | 252 | 0 | 110 | 15 | 30 | 467 | 70 | 61 |
| Binary | 11000011 | 110111 | 10101010 | 0 | 1001000 | 1101 | 11000 | 100110111 | 111000 | 110001 |
Color Harmonies of #C337AA
Complementary color
Monochromatic Colors of #C337AA
Black with #C337AA
Text Example
Text Example
White with #C337AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C337AA; }
p { color: rgb(195,55,170); }
H1.HeaderClassName
{
color: #C337AA;
}
.AnyTagClassName
{
color: #C337AA;
}
</style>
background-color css
<style>
a { background-color: #C337AA; }
a { background-color: rgb(195,55,170); }
div.DivClassName
{
background-color: #C337AA;
}
.BgClassName
{
background-color: #C337AA;
}
</style>
border-color css
<style>
span { border-color: #C337AA; }
span { border-color: rgb(195,55,170); }
td.TdClassName
{
border-color: #C337AA;
}
.TagClassName
{
border-color: #C337AA;
}
</style>