Shades of Fuchsia #C342B9
Tints of Fuchsia #C342B9
RGB
CMYK
RGB Variations
Color information
#C342B9 (or 0xC342B9) is known color: Fuchsia. HEX triplet: C3, 42 and B9. RGB value is (195,66,185). Sum of RGB (Red+Green+Blue) = 195+66+185=446 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.72% from 446); Green value is 66 (26.17% from 255 or 14.80% from 446); Blue value is 185 (72.66% from 255 or 41.48% from 446); Max value from RGB is 195 - color contains mainly: red. Hex color #C342B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C342B9 is #3CBD46. Grayscale: #757575. Windows color (decimal): -3980615 or 12141251. OLE color: 12141251.
HSL color Cylindrical-coordinate representation of color #C342B9: hue angle of 304.65º 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 #C342B9 is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 66 | 185 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.24 |
| HSL | 304.65º | 0.52% | 0.51% | - |
| HSV(B) | 304.65º | 0.66% | 0.76% | - |
| XYZ | 33.21 | 19 | 47.82 | - |
| YUV | 118.14 | 165.74 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 66 | 185 | 0 | 0.66 | 0.05 | 0.24 | 304.65 | 0.52 | 0.51 |
| Hex | C3 | 42 | B9 | 0 | 42 | 5 | 18 | 131 | 34 | 33 |
| Octal | 303 | 102 | 271 | 0 | 102 | 5 | 30 | 461 | 64 | 63 |
| Binary | 11000011 | 1000010 | 10111001 | 0 | 1000010 | 101 | 11000 | 100110001 | 110100 | 110011 |
Color Harmonies of #C342B9
Complementary color
Monochromatic Colors of #C342B9
Black with #C342B9
Text Example
Text Example
White with #C342B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C342B9; }
p { color: rgb(195,66,185); }
H1.HeaderClassName
{
color: #C342B9;
}
.AnyTagClassName
{
color: #C342B9;
}
</style>
background-color css
<style>
a { background-color: #C342B9; }
a { background-color: rgb(195,66,185); }
div.DivClassName
{
background-color: #C342B9;
}
.BgClassName
{
background-color: #C342B9;
}
</style>
border-color css
<style>
span { border-color: #C342B9; }
span { border-color: rgb(195,66,185); }
td.TdClassName
{
border-color: #C342B9;
}
.TagClassName
{
border-color: #C342B9;
}
</style>