Shades of Fuchsia #C343B2
Tints of Fuchsia #C343B2
RGB
CMYK
RGB Variations
Color information
#C343B2 (or 0xC343B2) is known color: Fuchsia. HEX triplet: C3, 43 and B2. RGB value is (195,67,178). Sum of RGB (Red+Green+Blue) = 195+67+178=440 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.32% from 440); Green value is 67 (26.56% from 255 or 15.23% from 440); Blue value is 178 (69.92% from 255 or 40.45% from 440); Max value from RGB is 195 - color contains mainly: red. Hex color #C343B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C343B2 is #3CBC4D. Grayscale: #757575. Windows color (decimal): -3980366 or 11682755. OLE color: 11682755.
HSL color Cylindrical-coordinate representation of color #C343B2: hue angle of 307.97º 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 #C343B2 is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 67 | 178 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.24 |
| HSL | 307.97º | 0.52% | 0.51% | - |
| HSV(B) | 307.97º | 0.66% | 0.76% | - |
| XYZ | 32.55 | 18.83 | 44.04 | - |
| YUV | 117.93 | 161.91 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 67 | 178 | 0 | 0.66 | 0.09 | 0.24 | 307.97 | 0.52 | 0.51 |
| Hex | C3 | 43 | B2 | 0 | 42 | 9 | 18 | 134 | 34 | 33 |
| Octal | 303 | 103 | 262 | 0 | 102 | 11 | 30 | 464 | 64 | 63 |
| Binary | 11000011 | 1000011 | 10110010 | 0 | 1000010 | 1001 | 11000 | 100110100 | 110100 | 110011 |
Color Harmonies of #C343B2
Complementary color
Monochromatic Colors of #C343B2
Black with #C343B2
Text Example
Text Example
White with #C343B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C343B2; }
p { color: rgb(195,67,178); }
H1.HeaderClassName
{
color: #C343B2;
}
.AnyTagClassName
{
color: #C343B2;
}
</style>
background-color css
<style>
a { background-color: #C343B2; }
a { background-color: rgb(195,67,178); }
div.DivClassName
{
background-color: #C343B2;
}
.BgClassName
{
background-color: #C343B2;
}
</style>
border-color css
<style>
span { border-color: #C343B2; }
span { border-color: rgb(195,67,178); }
td.TdClassName
{
border-color: #C343B2;
}
.TagClassName
{
border-color: #C343B2;
}
</style>