Shades of Fuchsia #C342BF
Tints of Fuchsia #C342BF
RGB
CMYK
RGB Variations
Color information
#C342BF (or 0xC342BF) is known color: Fuchsia. HEX triplet: C3, 42 and BF. RGB value is (195,66,191). Sum of RGB (Red+Green+Blue) = 195+66+191=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 66 (26.17% from 255 or 14.60% from 452); Blue value is 191 (75% from 255 or 42.26% from 452); Max value from RGB is 195 - color contains mainly: red. Hex color #C342BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C342BF is #3CBD40. Grayscale: #767676. Windows color (decimal): -3980609 or 12534467. OLE color: 12534467.
HSL color Cylindrical-coordinate representation of color #C342BF: hue angle of 301.86º 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 #C342BF is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 66 | 191 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.24 |
| HSL | 301.86º | 0.52% | 0.51% | - |
| HSV(B) | 301.86º | 0.66% | 0.76% | - |
| XYZ | 33.86 | 19.26 | 51.22 | - |
| YUV | 118.82 | 168.74 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 66 | 191 | 0 | 0.66 | 0.02 | 0.24 | 301.86 | 0.52 | 0.51 |
| Hex | C3 | 42 | BF | 0 | 42 | 2 | 18 | 12E | 34 | 33 |
| Octal | 303 | 102 | 277 | 0 | 102 | 2 | 30 | 456 | 64 | 63 |
| Binary | 11000011 | 1000010 | 10111111 | 0 | 1000010 | 10 | 11000 | 100101110 | 110100 | 110011 |
Color Harmonies of #C342BF
Complementary color
Monochromatic Colors of #C342BF
Black with #C342BF
Text Example
Text Example
White with #C342BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C342BF; }
p { color: rgb(195,66,191); }
H1.HeaderClassName
{
color: #C342BF;
}
.AnyTagClassName
{
color: #C342BF;
}
</style>
background-color css
<style>
a { background-color: #C342BF; }
a { background-color: rgb(195,66,191); }
div.DivClassName
{
background-color: #C342BF;
}
.BgClassName
{
background-color: #C342BF;
}
</style>
border-color css
<style>
span { border-color: #C342BF; }
span { border-color: rgb(195,66,191); }
td.TdClassName
{
border-color: #C342BF;
}
.TagClassName
{
border-color: #C342BF;
}
</style>