Shades of Fuchsia #C343BB
Tints of Fuchsia #C343BB
RGB
CMYK
RGB Variations
Color information
#C343BB (or 0xC343BB) is known color: Fuchsia. HEX triplet: C3, 43 and BB. RGB value is (195,67,187). Sum of RGB (Red+Green+Blue) = 195+67+187=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 67 (26.56% from 255 or 14.92% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 195 - color contains mainly: red. Hex color #C343BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C343BB is #3CBC44. Grayscale: #767676. Windows color (decimal): -3980357 or 12272579. OLE color: 12272579.
HSL color Cylindrical-coordinate representation of color #C343BB: hue angle of 303.75º 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 #C343BB is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 67 | 187 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.24 |
| HSL | 303.75º | 0.52% | 0.51% | - |
| HSV(B) | 303.75º | 0.66% | 0.76% | - |
| XYZ | 33.48 | 19.2 | 48.96 | - |
| YUV | 118.95 | 166.41 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 67 | 187 | 0 | 0.66 | 0.04 | 0.24 | 303.75 | 0.52 | 0.51 |
| Hex | C3 | 43 | BB | 0 | 42 | 4 | 18 | 130 | 34 | 33 |
| Octal | 303 | 103 | 273 | 0 | 102 | 4 | 30 | 460 | 64 | 63 |
| Binary | 11000011 | 1000011 | 10111011 | 0 | 1000010 | 100 | 11000 | 100110000 | 110100 | 110011 |
Color Harmonies of #C343BB
Complementary color
Monochromatic Colors of #C343BB
Black with #C343BB
Text Example
Text Example
White with #C343BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C343BB; }
p { color: rgb(195,67,187); }
H1.HeaderClassName
{
color: #C343BB;
}
.AnyTagClassName
{
color: #C343BB;
}
</style>
background-color css
<style>
a { background-color: #C343BB; }
a { background-color: rgb(195,67,187); }
div.DivClassName
{
background-color: #C343BB;
}
.BgClassName
{
background-color: #C343BB;
}
</style>
border-color css
<style>
span { border-color: #C343BB; }
span { border-color: rgb(195,67,187); }
td.TdClassName
{
border-color: #C343BB;
}
.TagClassName
{
border-color: #C343BB;
}
</style>