Shades of Fuchsia #C334AA
Tints of Fuchsia #C334AA
RGB
CMYK
RGB Variations
Color information
#C334AA (or 0xC334AA) is known color: Fuchsia. HEX triplet: C3, 34 and AA. RGB value is (195,52,170). Sum of RGB (Red+Green+Blue) = 195+52+170=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 52 (20.70% from 255 or 12.47% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 195 - color contains mainly: red. Hex color #C334AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C334AA is #3CCB55. Grayscale: #6B6B6B. Windows color (decimal): -3984214 or 11154627. OLE color: 11154627.
HSL color Cylindrical-coordinate representation of color #C334AA: hue angle of 310.49º 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 #C334AA is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 52 | 170 | - |
| CMYK | 0 | 0.73 | 0.13 | 0.24 |
| HSL | 310.49º | 0.58% | 0.48% | - |
| HSV(B) | 310.49º | 0.73% | 0.76% | - |
| XYZ | 30.99 | 16.96 | 39.67 | - |
| YUV | 108.21 | 162.88 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 52 | 170 | 0 | 0.73 | 0.13 | 0.24 | 310.49 | 0.58 | 0.48 |
| Hex | C3 | 34 | AA | 0 | 49 | D | 18 | 136 | 3A | 30 |
| Octal | 303 | 64 | 252 | 0 | 111 | 15 | 30 | 466 | 72 | 60 |
| Binary | 11000011 | 110100 | 10101010 | 0 | 1001001 | 1101 | 11000 | 100110110 | 111010 | 110000 |
Color Harmonies of #C334AA
Complementary color
Monochromatic Colors of #C334AA
Black with #C334AA
Text Example
Text Example
White with #C334AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C334AA; }
p { color: rgb(195,52,170); }
H1.HeaderClassName
{
color: #C334AA;
}
.AnyTagClassName
{
color: #C334AA;
}
</style>
background-color css
<style>
a { background-color: #C334AA; }
a { background-color: rgb(195,52,170); }
div.DivClassName
{
background-color: #C334AA;
}
.BgClassName
{
background-color: #C334AA;
}
</style>
border-color css
<style>
span { border-color: #C334AA; }
span { border-color: rgb(195,52,170); }
td.TdClassName
{
border-color: #C334AA;
}
.TagClassName
{
border-color: #C334AA;
}
</style>