Shades of Fuchsia #C344AF
Tints of Fuchsia #C344AF
RGB
CMYK
RGB Variations
Color information
#C344AF (or 0xC344AF) is known color: Fuchsia. HEX triplet: C3, 44 and AF. RGB value is (195,68,175). Sum of RGB (Red+Green+Blue) = 195+68+175=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 68 (26.95% from 255 or 15.53% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 195 - color contains mainly: red. Hex color #C344AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C344AF is #3CBB50. Grayscale: #757575. Windows color (decimal): -3980113 or 11486403. OLE color: 11486403.
HSL color Cylindrical-coordinate representation of color #C344AF: hue angle of 309.45º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C344AF is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 68 | 175 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.24 |
| HSL | 309.45º | 0.51% | 0.52% | - |
| HSV(B) | 309.45º | 0.65% | 0.76% | - |
| XYZ | 32.31 | 18.83 | 42.49 | - |
| YUV | 118.17 | 160.08 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 68 | 175 | 0 | 0.65 | 0.10 | 0.24 | 309.45 | 0.51 | 0.52 |
| Hex | C3 | 44 | AF | 0 | 41 | A | 18 | 135 | 33 | 34 |
| Octal | 303 | 104 | 257 | 0 | 101 | 12 | 30 | 465 | 63 | 64 |
| Binary | 11000011 | 1000100 | 10101111 | 0 | 1000001 | 1010 | 11000 | 100110101 | 110011 | 110100 |
Color Harmonies of #C344AF
Complementary color
Monochromatic Colors of #C344AF
Black with #C344AF
Text Example
Text Example
White with #C344AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C344AF; }
p { color: rgb(195,68,175); }
H1.HeaderClassName
{
color: #C344AF;
}
.AnyTagClassName
{
color: #C344AF;
}
</style>
background-color css
<style>
a { background-color: #C344AF; }
a { background-color: rgb(195,68,175); }
div.DivClassName
{
background-color: #C344AF;
}
.BgClassName
{
background-color: #C344AF;
}
</style>
border-color css
<style>
span { border-color: #C344AF; }
span { border-color: rgb(195,68,175); }
td.TdClassName
{
border-color: #C344AF;
}
.TagClassName
{
border-color: #C344AF;
}
</style>