Shades of Fuchsia #C343BE
Tints of Fuchsia #C343BE
RGB
CMYK
RGB Variations
Color information
#C343BE (or 0xC343BE) is known color: Fuchsia. HEX triplet: C3, 43 and BE. RGB value is (195,67,190). Sum of RGB (Red+Green+Blue) = 195+67+190=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 67 (26.56% from 255 or 14.82% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 195 - color contains mainly: red. Hex color #C343BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C343BE is #3CBC41. Grayscale: #767676. Windows color (decimal): -3980354 or 12469187. OLE color: 12469187.
HSL color Cylindrical-coordinate representation of color #C343BE: hue angle of 302.34º 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 #C343BE is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 67 | 190 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.24 |
| HSL | 302.34º | 0.52% | 0.51% | - |
| HSV(B) | 302.34º | 0.66% | 0.76% | - |
| XYZ | 33.81 | 19.33 | 50.67 | - |
| YUV | 119.29 | 167.91 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 67 | 190 | 0 | 0.66 | 0.03 | 0.24 | 302.34 | 0.52 | 0.51 |
| Hex | C3 | 43 | BE | 0 | 42 | 3 | 18 | 12E | 34 | 33 |
| Octal | 303 | 103 | 276 | 0 | 102 | 3 | 30 | 456 | 64 | 63 |
| Binary | 11000011 | 1000011 | 10111110 | 0 | 1000010 | 11 | 11000 | 100101110 | 110100 | 110011 |
Color Harmonies of #C343BE
Complementary color
Monochromatic Colors of #C343BE
Black with #C343BE
Text Example
Text Example
White with #C343BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C343BE; }
p { color: rgb(195,67,190); }
H1.HeaderClassName
{
color: #C343BE;
}
.AnyTagClassName
{
color: #C343BE;
}
</style>
background-color css
<style>
a { background-color: #C343BE; }
a { background-color: rgb(195,67,190); }
div.DivClassName
{
background-color: #C343BE;
}
.BgClassName
{
background-color: #C343BE;
}
</style>
border-color css
<style>
span { border-color: #C343BE; }
span { border-color: rgb(195,67,190); }
td.TdClassName
{
border-color: #C343BE;
}
.TagClassName
{
border-color: #C343BE;
}
</style>