Shades of Fuchsia #C342C0
Tints of Fuchsia #C342C0
RGB
CMYK
RGB Variations
Color information
#C342C0 (or 0xC342C0) is known color: Fuchsia. HEX triplet: C3, 42 and C0. RGB value is (195,66,192). Sum of RGB (Red+Green+Blue) = 195+66+192=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 66 (26.17% from 255 or 14.57% from 453); Blue value is 192 (75.39% from 255 or 42.38% from 453); Max value from RGB is 195 - color contains mainly: red. Hex color #C342C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C342C0 is #3CBD3F. Grayscale: #767676. Windows color (decimal): -3980608 or 12600003. OLE color: 12600003.
HSL color Cylindrical-coordinate representation of color #C342C0: hue angle of 301.4º 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 #C342C0 is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 66 | 192 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.24 |
| HSL | 301.4º | 0.52% | 0.51% | - |
| HSV(B) | 301.4º | 0.66% | 0.76% | - |
| XYZ | 33.97 | 19.3 | 51.8 | - |
| YUV | 118.94 | 169.24 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 66 | 192 | 0 | 0.66 | 0.02 | 0.24 | 301.4 | 0.52 | 0.51 |
| Hex | C3 | 42 | C0 | 0 | 42 | 2 | 18 | 12D | 34 | 33 |
| Octal | 303 | 102 | 300 | 0 | 102 | 2 | 30 | 455 | 64 | 63 |
| Binary | 11000011 | 1000010 | 11000000 | 0 | 1000010 | 10 | 11000 | 100101101 | 110100 | 110011 |
Color Harmonies of #C342C0
Complementary color
Monochromatic Colors of #C342C0
Black with #C342C0
Text Example
Text Example
White with #C342C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C342C0; }
p { color: rgb(195,66,192); }
H1.HeaderClassName
{
color: #C342C0;
}
.AnyTagClassName
{
color: #C342C0;
}
</style>
background-color css
<style>
a { background-color: #C342C0; }
a { background-color: rgb(195,66,192); }
div.DivClassName
{
background-color: #C342C0;
}
.BgClassName
{
background-color: #C342C0;
}
</style>
border-color css
<style>
span { border-color: #C342C0; }
span { border-color: rgb(195,66,192); }
td.TdClassName
{
border-color: #C342C0;
}
.TagClassName
{
border-color: #C342C0;
}
</style>