Shades of Fuchsia #C343C4
Tints of Fuchsia #C343C4
RGB
CMYK
RGB Variations
Color information
#C343C4 (or 0xC343C4) is known color: Fuchsia. HEX triplet: C3, 43 and C4. RGB value is (195,67,196). Sum of RGB (Red+Green+Blue) = 195+67+196=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 67 (26.56% from 255 or 14.63% from 458); Blue value is 196 (76.95% from 255 or 42.79% from 458); Max value from RGB is 196 - color contains mainly: blue. Hex color #C343C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C343C4 is #3CBC3B. Grayscale: #777777. Windows color (decimal): -3980348 or 12862403. OLE color: 12862403.
HSL color Cylindrical-coordinate representation of color #C343C4: 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.66%. Process color model (Four color, CMYK) of #C343C4 is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 67 | 196 | - |
| CMYK | 0.01 | 0.66 | 0 | 0.23 |
| HSL | 299.53º | 0.52% | 0.52% | - |
| HSV(B) | 299.53º | 0.66% | 0.77% | - |
| XYZ | 34.48 | 19.6 | 54.19 | - |
| YUV | 119.98 | 170.91 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 67 | 196 | 0.01 | 0.66 | 0 | 0.23 | 299.53 | 0.52 | 0.52 |
| Hex | C3 | 43 | C4 | 1 | 42 | 0 | 17 | 12C | 34 | 34 |
| Octal | 303 | 103 | 304 | 1 | 102 | 0 | 27 | 454 | 64 | 64 |
| Binary | 11000011 | 1000011 | 11000100 | 1 | 1000010 | 0 | 10111 | 100101100 | 110100 | 110100 |
Color Harmonies of #C343C4
Complementary color
Monochromatic Colors of #C343C4
Black with #C343C4
Text Example
Text Example
White with #C343C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C343C4; }
p { color: rgb(195,67,196); }
H1.HeaderClassName
{
color: #C343C4;
}
.AnyTagClassName
{
color: #C343C4;
}
</style>
background-color css
<style>
a { background-color: #C343C4; }
a { background-color: rgb(195,67,196); }
div.DivClassName
{
background-color: #C343C4;
}
.BgClassName
{
background-color: #C343C4;
}
</style>
border-color css
<style>
span { border-color: #C343C4; }
span { border-color: rgb(195,67,196); }
td.TdClassName
{
border-color: #C343C4;
}
.TagClassName
{
border-color: #C343C4;
}
</style>