Shades of Fuchsia #C342C8
Tints of Fuchsia #C342C8
RGB
CMYK
RGB Variations
Color information
#C342C8 (or 0xC342C8) is known color: Fuchsia. HEX triplet: C3, 42 and C8. RGB value is (195,66,200). Sum of RGB (Red+Green+Blue) = 195+66+200=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 66 (26.17% from 255 or 14.32% from 461); Blue value is 200 (78.52% from 255 or 43.38% from 461); Max value from RGB is 200 - color contains mainly: blue. Hex color #C342C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C342C8 is #3CBD37. Grayscale: #777777. Windows color (decimal): -3980600 or 13124291. OLE color: 13124291.
HSL color Cylindrical-coordinate representation of color #C342C8: hue angle of 297.76º degrees, saturation: 0.55, 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 #C342C8 is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 66 | 200 | - |
| CMYK | 0.02 | 0.67 | 0 | 0.22 |
| HSL | 297.76º | 0.55% | 0.52% | - |
| HSV(B) | 297.76º | 0.67% | 0.78% | - |
| XYZ | 34.88 | 19.67 | 56.6 | - |
| YUV | 119.85 | 173.24 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 66 | 200 | 0.02 | 0.67 | 0 | 0.22 | 297.76 | 0.55 | 0.52 |
| Hex | C3 | 42 | C8 | 2 | 43 | 0 | 16 | 12A | 37 | 34 |
| Octal | 303 | 102 | 310 | 2 | 103 | 0 | 26 | 452 | 67 | 64 |
| Binary | 11000011 | 1000010 | 11001000 | 10 | 1000011 | 0 | 10110 | 100101010 | 110111 | 110100 |
Color Harmonies of #C342C8
Complementary color
Monochromatic Colors of #C342C8
Black with #C342C8
Text Example
Text Example
White with #C342C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C342C8; }
p { color: rgb(195,66,200); }
H1.HeaderClassName
{
color: #C342C8;
}
.AnyTagClassName
{
color: #C342C8;
}
</style>
background-color css
<style>
a { background-color: #C342C8; }
a { background-color: rgb(195,66,200); }
div.DivClassName
{
background-color: #C342C8;
}
.BgClassName
{
background-color: #C342C8;
}
</style>
border-color css
<style>
span { border-color: #C342C8; }
span { border-color: rgb(195,66,200); }
td.TdClassName
{
border-color: #C342C8;
}
.TagClassName
{
border-color: #C342C8;
}
</style>