Shades of Fuchsia #C344B0
Tints of Fuchsia #C344B0
RGB
CMYK
RGB Variations
Color information
#C344B0 (or 0xC344B0) is known color: Fuchsia. HEX triplet: C3, 44 and B0. RGB value is (195,68,176). Sum of RGB (Red+Green+Blue) = 195+68+176=439 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.42% from 439); Green value is 68 (26.95% from 255 or 15.49% from 439); Blue value is 176 (69.14% from 255 or 40.09% from 439); Max value from RGB is 195 - color contains mainly: red. Hex color #C344B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C344B0 is #3CBB4F. Grayscale: #757575. Windows color (decimal): -3980112 or 11551939. OLE color: 11551939.
HSL color Cylindrical-coordinate representation of color #C344B0: hue angle of 308.98º 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 #C344B0 is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 68 | 176 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.24 |
| HSL | 308.98º | 0.51% | 0.52% | - |
| HSV(B) | 308.98º | 0.65% | 0.76% | - |
| XYZ | 32.41 | 18.87 | 43.01 | - |
| YUV | 118.29 | 160.58 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 68 | 176 | 0 | 0.65 | 0.10 | 0.24 | 308.98 | 0.51 | 0.52 |
| Hex | C3 | 44 | B0 | 0 | 41 | A | 18 | 135 | 33 | 34 |
| Octal | 303 | 104 | 260 | 0 | 101 | 12 | 30 | 465 | 63 | 64 |
| Binary | 11000011 | 1000100 | 10110000 | 0 | 1000001 | 1010 | 11000 | 100110101 | 110011 | 110100 |
Color Harmonies of #C344B0
Complementary color
Monochromatic Colors of #C344B0
Black with #C344B0
Text Example
Text Example
White with #C344B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C344B0; }
p { color: rgb(195,68,176); }
H1.HeaderClassName
{
color: #C344B0;
}
.AnyTagClassName
{
color: #C344B0;
}
</style>
background-color css
<style>
a { background-color: #C344B0; }
a { background-color: rgb(195,68,176); }
div.DivClassName
{
background-color: #C344B0;
}
.BgClassName
{
background-color: #C344B0;
}
</style>
border-color css
<style>
span { border-color: #C344B0; }
span { border-color: rgb(195,68,176); }
td.TdClassName
{
border-color: #C344B0;
}
.TagClassName
{
border-color: #C344B0;
}
</style>