Shades of Fuchsia #C344BF
Tints of Fuchsia #C344BF
RGB
CMYK
RGB Variations
Color information
#C344BF (or 0xC344BF) is known color: Fuchsia. HEX triplet: C3, 44 and BF. RGB value is (195,68,191). Sum of RGB (Red+Green+Blue) = 195+68+191=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 68 (26.95% from 255 or 14.98% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 195 - color contains mainly: red. Hex color #C344BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C344BF is #3CBB40. Grayscale: #777777. Windows color (decimal): -3980097 or 12534979. OLE color: 12534979.
HSL color Cylindrical-coordinate representation of color #C344BF: hue angle of 301.89º 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 #C344BF is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 68 | 191 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.24 |
| HSL | 301.89º | 0.51% | 0.52% | - |
| HSV(B) | 301.89º | 0.65% | 0.76% | - |
| XYZ | 33.98 | 19.5 | 51.26 | - |
| YUV | 120 | 168.08 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 68 | 191 | 0 | 0.65 | 0.02 | 0.24 | 301.89 | 0.51 | 0.52 |
| Hex | C3 | 44 | BF | 0 | 41 | 2 | 18 | 12E | 33 | 34 |
| Octal | 303 | 104 | 277 | 0 | 101 | 2 | 30 | 456 | 63 | 64 |
| Binary | 11000011 | 1000100 | 10111111 | 0 | 1000001 | 10 | 11000 | 100101110 | 110011 | 110100 |
Color Harmonies of #C344BF
Complementary color
Monochromatic Colors of #C344BF
Black with #C344BF
Text Example
Text Example
White with #C344BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C344BF; }
p { color: rgb(195,68,191); }
H1.HeaderClassName
{
color: #C344BF;
}
.AnyTagClassName
{
color: #C344BF;
}
</style>
background-color css
<style>
a { background-color: #C344BF; }
a { background-color: rgb(195,68,191); }
div.DivClassName
{
background-color: #C344BF;
}
.BgClassName
{
background-color: #C344BF;
}
</style>
border-color css
<style>
span { border-color: #C344BF; }
span { border-color: rgb(195,68,191); }
td.TdClassName
{
border-color: #C344BF;
}
.TagClassName
{
border-color: #C344BF;
}
</style>