Shades of Fuchsia #C348AA
Tints of Fuchsia #C348AA
RGB
CMYK
RGB Variations
Color information
#C348AA (or 0xC348AA) is known color: Fuchsia. HEX triplet: C3, 48 and AA. RGB value is (195,72,170). Sum of RGB (Red+Green+Blue) = 195+72+170=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 72 (28.52% from 255 or 16.48% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 195 - color contains mainly: red. Hex color #C348AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C348AA is #3CB755. Grayscale: #777777. Windows color (decimal): -3979094 or 11159747. OLE color: 11159747.
HSL color Cylindrical-coordinate representation of color #C348AA: hue angle of 312.2º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C348AA is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 72 | 170 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.24 |
| HSL | 312.2º | 0.51% | 0.52% | - |
| HSV(B) | 312.2º | 0.63% | 0.76% | - |
| XYZ | 32.08 | 19.14 | 40.03 | - |
| YUV | 119.95 | 156.25 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 72 | 170 | 0 | 0.63 | 0.13 | 0.24 | 312.2 | 0.51 | 0.52 |
| Hex | C3 | 48 | AA | 0 | 3F | D | 18 | 138 | 33 | 34 |
| Octal | 303 | 110 | 252 | 0 | 77 | 15 | 30 | 470 | 63 | 64 |
| Binary | 11000011 | 1001000 | 10101010 | 0 | 111111 | 1101 | 11000 | 100111000 | 110011 | 110100 |
Color Harmonies of #C348AA
Complementary color
Monochromatic Colors of #C348AA
Black with #C348AA
Text Example
Text Example
White with #C348AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C348AA; }
p { color: rgb(195,72,170); }
H1.HeaderClassName
{
color: #C348AA;
}
.AnyTagClassName
{
color: #C348AA;
}
</style>
background-color css
<style>
a { background-color: #C348AA; }
a { background-color: rgb(195,72,170); }
div.DivClassName
{
background-color: #C348AA;
}
.BgClassName
{
background-color: #C348AA;
}
</style>
border-color css
<style>
span { border-color: #C348AA; }
span { border-color: rgb(195,72,170); }
td.TdClassName
{
border-color: #C348AA;
}
.TagClassName
{
border-color: #C348AA;
}
</style>