Shades of Fuchsia #C336AA
Tints of Fuchsia #C336AA
RGB
CMYK
RGB Variations
Color information
#C336AA (or 0xC336AA) is known color: Fuchsia. HEX triplet: C3, 36 and AA. RGB value is (195,54,170). Sum of RGB (Red+Green+Blue) = 195+54+170=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 54 (21.48% from 255 or 12.89% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 195 - color contains mainly: red. Hex color #C336AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C336AA is #3CC955. Grayscale: #6D6D6D. Windows color (decimal): -3983702 or 11155139. OLE color: 11155139.
HSL color Cylindrical-coordinate representation of color #C336AA: hue angle of 310.64º degrees, saturation: 0.57, 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 #C336AA is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 54 | 170 | - |
| CMYK | 0 | 0.72 | 0.13 | 0.24 |
| HSL | 310.64º | 0.57% | 0.49% | - |
| HSV(B) | 310.64º | 0.72% | 0.76% | - |
| XYZ | 31.08 | 17.14 | 39.7 | - |
| YUV | 109.38 | 162.21 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 54 | 170 | 0 | 0.72 | 0.13 | 0.24 | 310.64 | 0.57 | 0.49 |
| Hex | C3 | 36 | AA | 0 | 48 | D | 18 | 137 | 39 | 31 |
| Octal | 303 | 66 | 252 | 0 | 110 | 15 | 30 | 467 | 71 | 61 |
| Binary | 11000011 | 110110 | 10101010 | 0 | 1001000 | 1101 | 11000 | 100110111 | 111001 | 110001 |
Color Harmonies of #C336AA
Complementary color
Monochromatic Colors of #C336AA
Black with #C336AA
Text Example
Text Example
White with #C336AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C336AA; }
p { color: rgb(195,54,170); }
H1.HeaderClassName
{
color: #C336AA;
}
.AnyTagClassName
{
color: #C336AA;
}
</style>
background-color css
<style>
a { background-color: #C336AA; }
a { background-color: rgb(195,54,170); }
div.DivClassName
{
background-color: #C336AA;
}
.BgClassName
{
background-color: #C336AA;
}
</style>
border-color css
<style>
span { border-color: #C336AA; }
span { border-color: rgb(195,54,170); }
td.TdClassName
{
border-color: #C336AA;
}
.TagClassName
{
border-color: #C336AA;
}
</style>