Shades of Fuchsia #C343AD
Tints of Fuchsia #C343AD
RGB
CMYK
RGB Variations
Color information
#C343AD (or 0xC343AD) is known color: Fuchsia. HEX triplet: C3, 43 and AD. RGB value is (195,67,173). Sum of RGB (Red+Green+Blue) = 195+67+173=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 67 (26.56% from 255 or 15.40% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 195 - color contains mainly: red. Hex color #C343AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C343AD is #3CBC52. Grayscale: #757575. Windows color (decimal): -3980371 or 11355075. OLE color: 11355075.
HSL color Cylindrical-coordinate representation of color #C343AD: hue angle of 310.31º 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 #C343AD is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 67 | 173 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.24 |
| HSL | 310.31º | 0.52% | 0.51% | - |
| HSV(B) | 310.31º | 0.66% | 0.76% | - |
| XYZ | 32.06 | 18.63 | 41.44 | - |
| YUV | 117.36 | 159.41 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 67 | 173 | 0 | 0.66 | 0.11 | 0.24 | 310.31 | 0.52 | 0.51 |
| Hex | C3 | 43 | AD | 0 | 42 | B | 18 | 136 | 34 | 33 |
| Octal | 303 | 103 | 255 | 0 | 102 | 13 | 30 | 466 | 64 | 63 |
| Binary | 11000011 | 1000011 | 10101101 | 0 | 1000010 | 1011 | 11000 | 100110110 | 110100 | 110011 |
Color Harmonies of #C343AD
Complementary color
Monochromatic Colors of #C343AD
Black with #C343AD
Text Example
Text Example
White with #C343AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C343AD; }
p { color: rgb(195,67,173); }
H1.HeaderClassName
{
color: #C343AD;
}
.AnyTagClassName
{
color: #C343AD;
}
</style>
background-color css
<style>
a { background-color: #C343AD; }
a { background-color: rgb(195,67,173); }
div.DivClassName
{
background-color: #C343AD;
}
.BgClassName
{
background-color: #C343AD;
}
</style>
border-color css
<style>
span { border-color: #C343AD; }
span { border-color: rgb(195,67,173); }
td.TdClassName
{
border-color: #C343AD;
}
.TagClassName
{
border-color: #C343AD;
}
</style>