Shades of Fuchsia #C342AF
Tints of Fuchsia #C342AF
RGB
CMYK
RGB Variations
Color information
#C342AF (or 0xC342AF) is known color: Fuchsia. HEX triplet: C3, 42 and AF. RGB value is (195,66,175). Sum of RGB (Red+Green+Blue) = 195+66+175=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 66 (26.17% from 255 or 15.14% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 195 - color contains mainly: red. Hex color #C342AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C342AF is #3CBD50. Grayscale: #747474. Windows color (decimal): -3980625 or 11485891. OLE color: 11485891.
HSL color Cylindrical-coordinate representation of color #C342AF: hue angle of 309.3º 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 #C342AF is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 66 | 175 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.24 |
| HSL | 309.3º | 0.52% | 0.51% | - |
| HSV(B) | 309.3º | 0.66% | 0.76% | - |
| XYZ | 32.19 | 18.59 | 42.45 | - |
| YUV | 117 | 160.74 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 66 | 175 | 0 | 0.66 | 0.10 | 0.24 | 309.3 | 0.52 | 0.51 |
| Hex | C3 | 42 | AF | 0 | 42 | A | 18 | 135 | 34 | 33 |
| Octal | 303 | 102 | 257 | 0 | 102 | 12 | 30 | 465 | 64 | 63 |
| Binary | 11000011 | 1000010 | 10101111 | 0 | 1000010 | 1010 | 11000 | 100110101 | 110100 | 110011 |
Color Harmonies of #C342AF
Complementary color
Monochromatic Colors of #C342AF
Black with #C342AF
Text Example
Text Example
White with #C342AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C342AF; }
p { color: rgb(195,66,175); }
H1.HeaderClassName
{
color: #C342AF;
}
.AnyTagClassName
{
color: #C342AF;
}
</style>
background-color css
<style>
a { background-color: #C342AF; }
a { background-color: rgb(195,66,175); }
div.DivClassName
{
background-color: #C342AF;
}
.BgClassName
{
background-color: #C342AF;
}
</style>
border-color css
<style>
span { border-color: #C342AF; }
span { border-color: rgb(195,66,175); }
td.TdClassName
{
border-color: #C342AF;
}
.TagClassName
{
border-color: #C342AF;
}
</style>