Shades of Fuchsia #C043C4
Tints of Fuchsia #C043C4
RGB
CMYK
RGB Variations
Color information
#C043C4 (or 0xC043C4) is known color: Fuchsia. HEX triplet: C0, 43 and C4. RGB value is (192,67,196). Sum of RGB (Red+Green+Blue) = 192+67+196=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 67 (26.56% from 255 or 14.73% from 455); Blue value is 196 (76.95% from 255 or 43.08% from 455); Max value from RGB is 196 - color contains mainly: blue. Hex color #C043C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C043C4 is #3FBC3B. Grayscale: #767676. Windows color (decimal): -4176956 or 12862400. OLE color: 12862400.
HSL color Cylindrical-coordinate representation of color #C043C4: hue angle of 298.14º 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 #C043C4 is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 67 | 196 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.23 |
| HSL | 298.14º | 0.52% | 0.52% | - |
| HSV(B) | 298.14º | 0.66% | 0.77% | - |
| XYZ | 33.71 | 19.21 | 54.16 | - |
| YUV | 119.08 | 171.41 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 67 | 196 | 0.02 | 0.66 | 0 | 0.23 | 298.14 | 0.52 | 0.52 |
| Hex | C0 | 43 | C4 | 2 | 42 | 0 | 17 | 12A | 34 | 34 |
| Octal | 300 | 103 | 304 | 2 | 102 | 0 | 27 | 452 | 64 | 64 |
| Binary | 11000000 | 1000011 | 11000100 | 10 | 1000010 | 0 | 10111 | 100101010 | 110100 | 110100 |
Color Harmonies of #C043C4
Complementary color
Monochromatic Colors of #C043C4
Black with #C043C4
Text Example
Text Example
White with #C043C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C043C4; }
p { color: rgb(192,67,196); }
H1.HeaderClassName
{
color: #C043C4;
}
.AnyTagClassName
{
color: #C043C4;
}
</style>
background-color css
<style>
a { background-color: #C043C4; }
a { background-color: rgb(192,67,196); }
div.DivClassName
{
background-color: #C043C4;
}
.BgClassName
{
background-color: #C043C4;
}
</style>
border-color css
<style>
span { border-color: #C043C4; }
span { border-color: rgb(192,67,196); }
td.TdClassName
{
border-color: #C043C4;
}
.TagClassName
{
border-color: #C043C4;
}
</style>