Shades of Fuchsia #C344BD
Tints of Fuchsia #C344BD
RGB
CMYK
RGB Variations
Color information
#C344BD (or 0xC344BD) is known color: Fuchsia. HEX triplet: C3, 44 and BD. RGB value is (195,68,189). Sum of RGB (Red+Green+Blue) = 195+68+189=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 68 (26.95% from 255 or 15.04% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 195 - color contains mainly: red. Hex color #C344BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C344BD is #3CBB42. Grayscale: #777777. Windows color (decimal): -3980099 or 12403907. OLE color: 12403907.
HSL color Cylindrical-coordinate representation of color #C344BD: hue angle of 302.83º 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 #C344BD is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 68 | 189 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.24 |
| HSL | 302.83º | 0.51% | 0.52% | - |
| HSV(B) | 302.83º | 0.65% | 0.76% | - |
| XYZ | 33.76 | 19.41 | 50.11 | - |
| YUV | 119.77 | 167.08 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 68 | 189 | 0 | 0.65 | 0.03 | 0.24 | 302.83 | 0.51 | 0.52 |
| Hex | C3 | 44 | BD | 0 | 41 | 3 | 18 | 12F | 33 | 34 |
| Octal | 303 | 104 | 275 | 0 | 101 | 3 | 30 | 457 | 63 | 64 |
| Binary | 11000011 | 1000100 | 10111101 | 0 | 1000001 | 11 | 11000 | 100101111 | 110011 | 110100 |
Color Harmonies of #C344BD
Complementary color
Monochromatic Colors of #C344BD
Black with #C344BD
Text Example
Text Example
White with #C344BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C344BD; }
p { color: rgb(195,68,189); }
H1.HeaderClassName
{
color: #C344BD;
}
.AnyTagClassName
{
color: #C344BD;
}
</style>
background-color css
<style>
a { background-color: #C344BD; }
a { background-color: rgb(195,68,189); }
div.DivClassName
{
background-color: #C344BD;
}
.BgClassName
{
background-color: #C344BD;
}
</style>
border-color css
<style>
span { border-color: #C344BD; }
span { border-color: rgb(195,68,189); }
td.TdClassName
{
border-color: #C344BD;
}
.TagClassName
{
border-color: #C344BD;
}
</style>