Shades of Fuchsia #C343AA
Tints of Fuchsia #C343AA
RGB
CMYK
RGB Variations
Color information
#C343AA (or 0xC343AA) is known color: Fuchsia. HEX triplet: C3, 43 and AA. RGB value is (195,67,170). Sum of RGB (Red+Green+Blue) = 195+67+170=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 67 (26.56% from 255 or 15.51% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 195 - color contains mainly: red. Hex color #C343AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C343AA is #3CBC55. Grayscale: #747474. Windows color (decimal): -3980374 or 11158467. OLE color: 11158467.
HSL color Cylindrical-coordinate representation of color #C343AA: hue angle of 311.72º 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 #C343AA is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 67 | 170 | - |
| CMYK | 0 | 0.66 | 0.13 | 0.24 |
| HSL | 311.72º | 0.52% | 0.51% | - |
| HSV(B) | 311.72º | 0.66% | 0.76% | - |
| XYZ | 31.77 | 18.52 | 39.93 | - |
| YUV | 117.01 | 157.91 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 67 | 170 | 0 | 0.66 | 0.13 | 0.24 | 311.72 | 0.52 | 0.51 |
| Hex | C3 | 43 | AA | 0 | 42 | D | 18 | 138 | 34 | 33 |
| Octal | 303 | 103 | 252 | 0 | 102 | 15 | 30 | 470 | 64 | 63 |
| Binary | 11000011 | 1000011 | 10101010 | 0 | 1000010 | 1101 | 11000 | 100111000 | 110100 | 110011 |
Color Harmonies of #C343AA
Complementary color
Monochromatic Colors of #C343AA
Black with #C343AA
Text Example
Text Example
White with #C343AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C343AA; }
p { color: rgb(195,67,170); }
H1.HeaderClassName
{
color: #C343AA;
}
.AnyTagClassName
{
color: #C343AA;
}
</style>
background-color css
<style>
a { background-color: #C343AA; }
a { background-color: rgb(195,67,170); }
div.DivClassName
{
background-color: #C343AA;
}
.BgClassName
{
background-color: #C343AA;
}
</style>
border-color css
<style>
span { border-color: #C343AA; }
span { border-color: rgb(195,67,170); }
td.TdClassName
{
border-color: #C343AA;
}
.TagClassName
{
border-color: #C343AA;
}
</style>