Shades of Fuchsia #C343B1
Tints of Fuchsia #C343B1
RGB
CMYK
RGB Variations
Color information
#C343B1 (or 0xC343B1) is known color: Fuchsia. HEX triplet: C3, 43 and B1. RGB value is (195,67,177). Sum of RGB (Red+Green+Blue) = 195+67+177=439 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.42% from 439); Green value is 67 (26.56% from 255 or 15.26% from 439); Blue value is 177 (69.53% from 255 or 40.32% from 439); Max value from RGB is 195 - color contains mainly: red. Hex color #C343B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C343B1 is #3CBC4E. Grayscale: #757575. Windows color (decimal): -3980367 or 11617219. OLE color: 11617219.
HSL color Cylindrical-coordinate representation of color #C343B1: hue angle of 308.44º 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 #C343B1 is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 67 | 177 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.24 |
| HSL | 308.44º | 0.52% | 0.51% | - |
| HSV(B) | 308.44º | 0.66% | 0.76% | - |
| XYZ | 32.45 | 18.79 | 43.51 | - |
| YUV | 117.81 | 161.41 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 67 | 177 | 0 | 0.66 | 0.09 | 0.24 | 308.44 | 0.52 | 0.51 |
| Hex | C3 | 43 | B1 | 0 | 42 | 9 | 18 | 134 | 34 | 33 |
| Octal | 303 | 103 | 261 | 0 | 102 | 11 | 30 | 464 | 64 | 63 |
| Binary | 11000011 | 1000011 | 10110001 | 0 | 1000010 | 1001 | 11000 | 100110100 | 110100 | 110011 |
Color Harmonies of #C343B1
Complementary color
Monochromatic Colors of #C343B1
Black with #C343B1
Text Example
Text Example
White with #C343B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C343B1; }
p { color: rgb(195,67,177); }
H1.HeaderClassName
{
color: #C343B1;
}
.AnyTagClassName
{
color: #C343B1;
}
</style>
background-color css
<style>
a { background-color: #C343B1; }
a { background-color: rgb(195,67,177); }
div.DivClassName
{
background-color: #C343B1;
}
.BgClassName
{
background-color: #C343B1;
}
</style>
border-color css
<style>
span { border-color: #C343B1; }
span { border-color: rgb(195,67,177); }
td.TdClassName
{
border-color: #C343B1;
}
.TagClassName
{
border-color: #C343B1;
}
</style>