Shades of Fuchsia #C344AD
Tints of Fuchsia #C344AD
RGB
CMYK
RGB Variations
Color information
#C344AD (or 0xC344AD) is known color: Fuchsia. HEX triplet: C3, 44 and AD. RGB value is (195,68,173). Sum of RGB (Red+Green+Blue) = 195+68+173=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 68 (26.95% from 255 or 15.60% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 195 - color contains mainly: red. Hex color #C344AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C344AD is #3CBB52. Grayscale: #757575. Windows color (decimal): -3980115 or 11355331. OLE color: 11355331.
HSL color Cylindrical-coordinate representation of color #C344AD: hue angle of 310.39º 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 #C344AD is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 68 | 173 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.24 |
| HSL | 310.39º | 0.51% | 0.52% | - |
| HSV(B) | 310.39º | 0.65% | 0.76% | - |
| XYZ | 32.12 | 18.75 | 41.46 | - |
| YUV | 117.94 | 159.08 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 68 | 173 | 0 | 0.65 | 0.11 | 0.24 | 310.39 | 0.51 | 0.52 |
| Hex | C3 | 44 | AD | 0 | 41 | B | 18 | 136 | 33 | 34 |
| Octal | 303 | 104 | 255 | 0 | 101 | 13 | 30 | 466 | 63 | 64 |
| Binary | 11000011 | 1000100 | 10101101 | 0 | 1000001 | 1011 | 11000 | 100110110 | 110011 | 110100 |
Color Harmonies of #C344AD
Complementary color
Monochromatic Colors of #C344AD
Black with #C344AD
Text Example
Text Example
White with #C344AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C344AD; }
p { color: rgb(195,68,173); }
H1.HeaderClassName
{
color: #C344AD;
}
.AnyTagClassName
{
color: #C344AD;
}
</style>
background-color css
<style>
a { background-color: #C344AD; }
a { background-color: rgb(195,68,173); }
div.DivClassName
{
background-color: #C344AD;
}
.BgClassName
{
background-color: #C344AD;
}
</style>
border-color css
<style>
span { border-color: #C344AD; }
span { border-color: rgb(195,68,173); }
td.TdClassName
{
border-color: #C344AD;
}
.TagClassName
{
border-color: #C344AD;
}
</style>