Shades of Fuchsia #C348AF
Tints of Fuchsia #C348AF
RGB
CMYK
RGB Variations
Color information
#C348AF (or 0xC348AF) is known color: Fuchsia. HEX triplet: C3, 48 and AF. RGB value is (195,72,175). Sum of RGB (Red+Green+Blue) = 195+72+175=442 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.12% from 442); Green value is 72 (28.52% from 255 or 16.29% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 195 - color contains mainly: red. Hex color #C348AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C348AF is #3CB750. Grayscale: #787878. Windows color (decimal): -3979089 or 11487427. OLE color: 11487427.
HSL color Cylindrical-coordinate representation of color #C348AF: hue angle of 309.76º 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 #C348AF is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 72 | 175 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.24 |
| HSL | 309.76º | 0.51% | 0.52% | - |
| HSV(B) | 309.76º | 0.63% | 0.76% | - |
| XYZ | 32.56 | 19.33 | 42.57 | - |
| YUV | 120.52 | 158.75 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 72 | 175 | 0 | 0.63 | 0.10 | 0.24 | 309.76 | 0.51 | 0.52 |
| Hex | C3 | 48 | AF | 0 | 3F | A | 18 | 136 | 33 | 34 |
| Octal | 303 | 110 | 257 | 0 | 77 | 12 | 30 | 466 | 63 | 64 |
| Binary | 11000011 | 1001000 | 10101111 | 0 | 111111 | 1010 | 11000 | 100110110 | 110011 | 110100 |
Color Harmonies of #C348AF
Complementary color
Monochromatic Colors of #C348AF
Black with #C348AF
Text Example
Text Example
White with #C348AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C348AF; }
p { color: rgb(195,72,175); }
H1.HeaderClassName
{
color: #C348AF;
}
.AnyTagClassName
{
color: #C348AF;
}
</style>
background-color css
<style>
a { background-color: #C348AF; }
a { background-color: rgb(195,72,175); }
div.DivClassName
{
background-color: #C348AF;
}
.BgClassName
{
background-color: #C348AF;
}
</style>
border-color css
<style>
span { border-color: #C348AF; }
span { border-color: rgb(195,72,175); }
td.TdClassName
{
border-color: #C348AF;
}
.TagClassName
{
border-color: #C348AF;
}
</style>