Shades of Fuchsia #C343B0
Tints of Fuchsia #C343B0
RGB
CMYK
RGB Variations
Color information
#C343B0 (or 0xC343B0) is known color: Fuchsia. HEX triplet: C3, 43 and B0. RGB value is (195,67,176). Sum of RGB (Red+Green+Blue) = 195+67+176=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 67 (26.56% from 255 or 15.30% from 438); Blue value is 176 (69.14% from 255 or 40.18% from 438); Max value from RGB is 195 - color contains mainly: red. Hex color #C343B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C343B0 is #3CBC4F. Grayscale: #757575. Windows color (decimal): -3980368 or 11551683. OLE color: 11551683.
HSL color Cylindrical-coordinate representation of color #C343B0: hue angle of 308.91º 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 #C343B0 is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 67 | 176 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.24 |
| HSL | 308.91º | 0.52% | 0.51% | - |
| HSV(B) | 308.91º | 0.66% | 0.76% | - |
| XYZ | 32.35 | 18.75 | 42.99 | - |
| YUV | 117.7 | 160.91 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 67 | 176 | 0 | 0.66 | 0.10 | 0.24 | 308.91 | 0.52 | 0.51 |
| Hex | C3 | 43 | B0 | 0 | 42 | A | 18 | 135 | 34 | 33 |
| Octal | 303 | 103 | 260 | 0 | 102 | 12 | 30 | 465 | 64 | 63 |
| Binary | 11000011 | 1000011 | 10110000 | 0 | 1000010 | 1010 | 11000 | 100110101 | 110100 | 110011 |
Color Harmonies of #C343B0
Complementary color
Monochromatic Colors of #C343B0
Black with #C343B0
Text Example
Text Example
White with #C343B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C343B0; }
p { color: rgb(195,67,176); }
H1.HeaderClassName
{
color: #C343B0;
}
.AnyTagClassName
{
color: #C343B0;
}
</style>
background-color css
<style>
a { background-color: #C343B0; }
a { background-color: rgb(195,67,176); }
div.DivClassName
{
background-color: #C343B0;
}
.BgClassName
{
background-color: #C343B0;
}
</style>
border-color css
<style>
span { border-color: #C343B0; }
span { border-color: rgb(195,67,176); }
td.TdClassName
{
border-color: #C343B0;
}
.TagClassName
{
border-color: #C343B0;
}
</style>