Shades of Fuchsia #C343BC
Tints of Fuchsia #C343BC
RGB
CMYK
RGB Variations
Color information
#C343BC (or 0xC343BC) is known color: Fuchsia. HEX triplet: C3, 43 and BC. RGB value is (195,67,188). Sum of RGB (Red+Green+Blue) = 195+67+188=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 67 (26.56% from 255 or 14.89% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 195 - color contains mainly: red. Hex color #C343BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C343BC is #3CBC43. Grayscale: #767676. Windows color (decimal): -3980356 or 12338115. OLE color: 12338115.
HSL color Cylindrical-coordinate representation of color #C343BC: hue angle of 303.28º 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 #C343BC is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 67 | 188 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.24 |
| HSL | 303.28º | 0.52% | 0.51% | - |
| HSV(B) | 303.28º | 0.66% | 0.76% | - |
| XYZ | 33.59 | 19.25 | 49.52 | - |
| YUV | 119.07 | 166.91 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 67 | 188 | 0 | 0.66 | 0.04 | 0.24 | 303.28 | 0.52 | 0.51 |
| Hex | C3 | 43 | BC | 0 | 42 | 4 | 18 | 12F | 34 | 33 |
| Octal | 303 | 103 | 274 | 0 | 102 | 4 | 30 | 457 | 64 | 63 |
| Binary | 11000011 | 1000011 | 10111100 | 0 | 1000010 | 100 | 11000 | 100101111 | 110100 | 110011 |
Color Harmonies of #C343BC
Complementary color
Monochromatic Colors of #C343BC
Black with #C343BC
Text Example
Text Example
White with #C343BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C343BC; }
p { color: rgb(195,67,188); }
H1.HeaderClassName
{
color: #C343BC;
}
.AnyTagClassName
{
color: #C343BC;
}
</style>
background-color css
<style>
a { background-color: #C343BC; }
a { background-color: rgb(195,67,188); }
div.DivClassName
{
background-color: #C343BC;
}
.BgClassName
{
background-color: #C343BC;
}
</style>
border-color css
<style>
span { border-color: #C343BC; }
span { border-color: rgb(195,67,188); }
td.TdClassName
{
border-color: #C343BC;
}
.TagClassName
{
border-color: #C343BC;
}
</style>