Shades of Fuchsia #C344C1
Tints of Fuchsia #C344C1
RGB
CMYK
RGB Variations
Color information
#C344C1 (or 0xC344C1) is known color: Fuchsia. HEX triplet: C3, 44 and C1. RGB value is (195,68,193). Sum of RGB (Red+Green+Blue) = 195+68+193=456 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.76% from 456); Green value is 68 (26.95% from 255 or 14.91% from 456); Blue value is 193 (75.78% from 255 or 42.32% from 456); Max value from RGB is 195 - color contains mainly: red. Hex color #C344C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C344C1 is #3CBB3E. Grayscale: #777777. Windows color (decimal): -3980095 or 12666051. OLE color: 12666051.
HSL color Cylindrical-coordinate representation of color #C344C1: hue angle of 300.94º 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 #C344C1 is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 68 | 193 | - |
| CMYK | 0 | 0.65 | 0.01 | 0.24 |
| HSL | 300.94º | 0.51% | 0.52% | - |
| HSV(B) | 300.94º | 0.65% | 0.76% | - |
| XYZ | 34.2 | 19.59 | 52.43 | - |
| YUV | 120.22 | 169.08 | 181.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 68 | 193 | 0 | 0.65 | 0.01 | 0.24 | 300.94 | 0.51 | 0.52 |
| Hex | C3 | 44 | C1 | 0 | 41 | 1 | 18 | 12D | 33 | 34 |
| Octal | 303 | 104 | 301 | 0 | 101 | 1 | 30 | 455 | 63 | 64 |
| Binary | 11000011 | 1000100 | 11000001 | 0 | 1000001 | 1 | 11000 | 100101101 | 110011 | 110100 |
Color Harmonies of #C344C1
Complementary color
Monochromatic Colors of #C344C1
Black with #C344C1
Text Example
Text Example
White with #C344C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C344C1; }
p { color: rgb(195,68,193); }
H1.HeaderClassName
{
color: #C344C1;
}
.AnyTagClassName
{
color: #C344C1;
}
</style>
background-color css
<style>
a { background-color: #C344C1; }
a { background-color: rgb(195,68,193); }
div.DivClassName
{
background-color: #C344C1;
}
.BgClassName
{
background-color: #C344C1;
}
</style>
border-color css
<style>
span { border-color: #C344C1; }
span { border-color: rgb(195,68,193); }
td.TdClassName
{
border-color: #C344C1;
}
.TagClassName
{
border-color: #C344C1;
}
</style>