Shades of Fuchsia #C344BA
Tints of Fuchsia #C344BA
RGB
CMYK
RGB Variations
Color information
#C344BA (or 0xC344BA) is known color: Fuchsia. HEX triplet: C3, 44 and BA. RGB value is (195,68,186). Sum of RGB (Red+Green+Blue) = 195+68+186=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 68 (26.95% from 255 or 15.14% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 195 - color contains mainly: red. Hex color #C344BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C344BA is #3CBB45. Grayscale: #777777. Windows color (decimal): -3980102 or 12207299. OLE color: 12207299.
HSL color Cylindrical-coordinate representation of color #C344BA: hue angle of 304.25º 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 #C344BA is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 68 | 186 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.24 |
| HSL | 304.25º | 0.51% | 0.52% | - |
| HSV(B) | 304.25º | 0.65% | 0.76% | - |
| XYZ | 33.44 | 19.28 | 48.41 | - |
| YUV | 119.43 | 165.58 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 68 | 186 | 0 | 0.65 | 0.05 | 0.24 | 304.25 | 0.51 | 0.52 |
| Hex | C3 | 44 | BA | 0 | 41 | 5 | 18 | 130 | 33 | 34 |
| Octal | 303 | 104 | 272 | 0 | 101 | 5 | 30 | 460 | 63 | 64 |
| Binary | 11000011 | 1000100 | 10111010 | 0 | 1000001 | 101 | 11000 | 100110000 | 110011 | 110100 |
Color Harmonies of #C344BA
Complementary color
Monochromatic Colors of #C344BA
Black with #C344BA
Text Example
Text Example
White with #C344BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C344BA; }
p { color: rgb(195,68,186); }
H1.HeaderClassName
{
color: #C344BA;
}
.AnyTagClassName
{
color: #C344BA;
}
</style>
background-color css
<style>
a { background-color: #C344BA; }
a { background-color: rgb(195,68,186); }
div.DivClassName
{
background-color: #C344BA;
}
.BgClassName
{
background-color: #C344BA;
}
</style>
border-color css
<style>
span { border-color: #C344BA; }
span { border-color: rgb(195,68,186); }
td.TdClassName
{
border-color: #C344BA;
}
.TagClassName
{
border-color: #C344BA;
}
</style>