Shades of Fuchsia #C342AA
Tints of Fuchsia #C342AA
RGB
CMYK
RGB Variations
Color information
#C342AA (or 0xC342AA) is known color: Fuchsia. HEX triplet: C3, 42 and AA. RGB value is (195,66,170). Sum of RGB (Red+Green+Blue) = 195+66+170=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 66 (26.17% from 255 or 15.31% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 195 - color contains mainly: red. Hex color #C342AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C342AA is #3CBD55. Grayscale: #747474. Windows color (decimal): -3980630 or 11158211. OLE color: 11158211.
HSL color Cylindrical-coordinate representation of color #C342AA: hue angle of 311.63º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C342AA is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 66 | 170 | - |
| CMYK | 0 | 0.66 | 0.13 | 0.24 |
| HSL | 311.63º | 0.52% | 0.51% | - |
| HSV(B) | 311.63º | 0.66% | 0.76% | - |
| XYZ | 31.71 | 18.4 | 39.91 | - |
| YUV | 116.43 | 158.24 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 66 | 170 | 0 | 0.66 | 0.13 | 0.24 | 311.63 | 0.52 | 0.51 |
| Hex | C3 | 42 | AA | 0 | 42 | D | 18 | 138 | 34 | 33 |
| Octal | 303 | 102 | 252 | 0 | 102 | 15 | 30 | 470 | 64 | 63 |
| Binary | 11000011 | 1000010 | 10101010 | 0 | 1000010 | 1101 | 11000 | 100111000 | 110100 | 110011 |
Color Harmonies of #C342AA
Complementary color
Monochromatic Colors of #C342AA
Black with #C342AA
Text Example
Text Example
White with #C342AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C342AA; }
p { color: rgb(195,66,170); }
H1.HeaderClassName
{
color: #C342AA;
}
.AnyTagClassName
{
color: #C342AA;
}
</style>
background-color css
<style>
a { background-color: #C342AA; }
a { background-color: rgb(195,66,170); }
div.DivClassName
{
background-color: #C342AA;
}
.BgClassName
{
background-color: #C342AA;
}
</style>
border-color css
<style>
span { border-color: #C342AA; }
span { border-color: rgb(195,66,170); }
td.TdClassName
{
border-color: #C342AA;
}
.TagClassName
{
border-color: #C342AA;
}
</style>