Shades of Fuchsia #C342C6
Tints of Fuchsia #C342C6
RGB
CMYK
RGB Variations
Color information
#C342C6 (or 0xC342C6) is known color: Fuchsia. HEX triplet: C3, 42 and C6. RGB value is (195,66,198). Sum of RGB (Red+Green+Blue) = 195+66+198=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 66 (26.17% from 255 or 14.38% from 459); Blue value is 198 (77.73% from 255 or 43.14% from 459); Max value from RGB is 198 - color contains mainly: blue. Hex color #C342C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C342C6 is #3CBD39. Grayscale: #777777. Windows color (decimal): -3980602 or 12993219. OLE color: 12993219.
HSL color Cylindrical-coordinate representation of color #C342C6: hue angle of 298.64º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C342C6 is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 66 | 198 | - |
| CMYK | 0.02 | 0.67 | 0 | 0.22 |
| HSL | 298.64º | 0.54% | 0.52% | - |
| HSV(B) | 298.64º | 0.67% | 0.78% | - |
| XYZ | 34.65 | 19.58 | 55.38 | - |
| YUV | 119.62 | 172.24 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 66 | 198 | 0.02 | 0.67 | 0 | 0.22 | 298.64 | 0.54 | 0.52 |
| Hex | C3 | 42 | C6 | 2 | 43 | 0 | 16 | 12B | 36 | 34 |
| Octal | 303 | 102 | 306 | 2 | 103 | 0 | 26 | 453 | 66 | 64 |
| Binary | 11000011 | 1000010 | 11000110 | 10 | 1000011 | 0 | 10110 | 100101011 | 110110 | 110100 |
Color Harmonies of #C342C6
Complementary color
Monochromatic Colors of #C342C6
Black with #C342C6
Text Example
Text Example
White with #C342C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C342C6; }
p { color: rgb(195,66,198); }
H1.HeaderClassName
{
color: #C342C6;
}
.AnyTagClassName
{
color: #C342C6;
}
</style>
background-color css
<style>
a { background-color: #C342C6; }
a { background-color: rgb(195,66,198); }
div.DivClassName
{
background-color: #C342C6;
}
.BgClassName
{
background-color: #C342C6;
}
</style>
border-color css
<style>
span { border-color: #C342C6; }
span { border-color: rgb(195,66,198); }
td.TdClassName
{
border-color: #C342C6;
}
.TagClassName
{
border-color: #C342C6;
}
</style>