Shades of Fuchsia #C339AA
Tints of Fuchsia #C339AA
RGB
CMYK
RGB Variations
Color information
#C339AA (or 0xC339AA) is known color: Fuchsia. HEX triplet: C3, 39 and AA. RGB value is (195,57,170). Sum of RGB (Red+Green+Blue) = 195+57+170=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 57 (22.66% from 255 or 13.51% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 195 - color contains mainly: red. Hex color #C339AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C339AA is #3CC655. Grayscale: #6E6E6E. Windows color (decimal): -3982934 or 11155907. OLE color: 11155907.
HSL color Cylindrical-coordinate representation of color #C339AA: hue angle of 310.87º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C339AA is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 57 | 170 | - |
| CMYK | 0 | 0.71 | 0.13 | 0.24 |
| HSL | 310.87º | 0.55% | 0.49% | - |
| HSV(B) | 310.87º | 0.71% | 0.76% | - |
| XYZ | 31.22 | 17.43 | 39.75 | - |
| YUV | 111.14 | 161.22 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 57 | 170 | 0 | 0.71 | 0.13 | 0.24 | 310.87 | 0.55 | 0.49 |
| Hex | C3 | 39 | AA | 0 | 47 | D | 18 | 137 | 37 | 31 |
| Octal | 303 | 71 | 252 | 0 | 107 | 15 | 30 | 467 | 67 | 61 |
| Binary | 11000011 | 111001 | 10101010 | 0 | 1000111 | 1101 | 11000 | 100110111 | 110111 | 110001 |
Color Harmonies of #C339AA
Complementary color
Monochromatic Colors of #C339AA
Black with #C339AA
Text Example
Text Example
White with #C339AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C339AA; }
p { color: rgb(195,57,170); }
H1.HeaderClassName
{
color: #C339AA;
}
.AnyTagClassName
{
color: #C339AA;
}
</style>
background-color css
<style>
a { background-color: #C339AA; }
a { background-color: rgb(195,57,170); }
div.DivClassName
{
background-color: #C339AA;
}
.BgClassName
{
background-color: #C339AA;
}
</style>
border-color css
<style>
span { border-color: #C339AA; }
span { border-color: rgb(195,57,170); }
td.TdClassName
{
border-color: #C339AA;
}
.TagClassName
{
border-color: #C339AA;
}
</style>