Shades of Fuchsia #C342B0
Tints of Fuchsia #C342B0
RGB
CMYK
RGB Variations
Color information
#C342B0 (or 0xC342B0) is known color: Fuchsia. HEX triplet: C3, 42 and B0. RGB value is (195,66,176). Sum of RGB (Red+Green+Blue) = 195+66+176=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 66 (26.17% from 255 or 15.10% from 437); Blue value is 176 (69.14% from 255 or 40.27% from 437); Max value from RGB is 195 - color contains mainly: red. Hex color #C342B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C342B0 is #3CBD4F. Grayscale: #747474. Windows color (decimal): -3980624 or 11551427. OLE color: 11551427.
HSL color Cylindrical-coordinate representation of color #C342B0: hue angle of 308.84º 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 #C342B0 is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 66 | 176 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.24 |
| HSL | 308.84º | 0.52% | 0.51% | - |
| HSV(B) | 308.84º | 0.66% | 0.76% | - |
| XYZ | 32.29 | 18.63 | 42.97 | - |
| YUV | 117.11 | 161.24 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 66 | 176 | 0 | 0.66 | 0.10 | 0.24 | 308.84 | 0.52 | 0.51 |
| Hex | C3 | 42 | B0 | 0 | 42 | A | 18 | 135 | 34 | 33 |
| Octal | 303 | 102 | 260 | 0 | 102 | 12 | 30 | 465 | 64 | 63 |
| Binary | 11000011 | 1000010 | 10110000 | 0 | 1000010 | 1010 | 11000 | 100110101 | 110100 | 110011 |
Color Harmonies of #C342B0
Complementary color
Monochromatic Colors of #C342B0
Black with #C342B0
Text Example
Text Example
White with #C342B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C342B0; }
p { color: rgb(195,66,176); }
H1.HeaderClassName
{
color: #C342B0;
}
.AnyTagClassName
{
color: #C342B0;
}
</style>
background-color css
<style>
a { background-color: #C342B0; }
a { background-color: rgb(195,66,176); }
div.DivClassName
{
background-color: #C342B0;
}
.BgClassName
{
background-color: #C342B0;
}
</style>
border-color css
<style>
span { border-color: #C342B0; }
span { border-color: rgb(195,66,176); }
td.TdClassName
{
border-color: #C342B0;
}
.TagClassName
{
border-color: #C342B0;
}
</style>