Shades of Fuchsia #C344C4
Tints of Fuchsia #C344C4
RGB
CMYK
RGB Variations
Color information
#C344C4 (or 0xC344C4) is known color: Fuchsia. HEX triplet: C3, 44 and C4. RGB value is (195,68,196). Sum of RGB (Red+Green+Blue) = 195+68+196=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 68 (26.95% from 255 or 14.81% from 459); Blue value is 196 (76.95% from 255 or 42.70% from 459); Max value from RGB is 196 - color contains mainly: blue. Hex color #C344C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C344C4 is #3CBB3B. Grayscale: #787878. Windows color (decimal): -3980092 or 12862659. OLE color: 12862659.
HSL color Cylindrical-coordinate representation of color #C344C4: hue angle of 299.53º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C344C4 is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 68 | 196 | - |
| CMYK | 0.01 | 0.65 | 0 | 0.23 |
| HSL | 299.53º | 0.52% | 0.52% | - |
| HSV(B) | 299.53º | 0.65% | 0.77% | - |
| XYZ | 34.54 | 19.72 | 54.21 | - |
| YUV | 120.57 | 170.58 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 68 | 196 | 0.01 | 0.65 | 0 | 0.23 | 299.53 | 0.52 | 0.52 |
| Hex | C3 | 44 | C4 | 1 | 41 | 0 | 17 | 12C | 34 | 34 |
| Octal | 303 | 104 | 304 | 1 | 101 | 0 | 27 | 454 | 64 | 64 |
| Binary | 11000011 | 1000100 | 11000100 | 1 | 1000001 | 0 | 10111 | 100101100 | 110100 | 110100 |
Color Harmonies of #C344C4
Complementary color
Monochromatic Colors of #C344C4
Black with #C344C4
Text Example
Text Example
White with #C344C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C344C4; }
p { color: rgb(195,68,196); }
H1.HeaderClassName
{
color: #C344C4;
}
.AnyTagClassName
{
color: #C344C4;
}
</style>
background-color css
<style>
a { background-color: #C344C4; }
a { background-color: rgb(195,68,196); }
div.DivClassName
{
background-color: #C344C4;
}
.BgClassName
{
background-color: #C344C4;
}
</style>
border-color css
<style>
span { border-color: #C344C4; }
span { border-color: rgb(195,68,196); }
td.TdClassName
{
border-color: #C344C4;
}
.TagClassName
{
border-color: #C344C4;
}
</style>