Shades of Fuchsia #C040C2
Tints of Fuchsia #C040C2
RGB
CMYK
RGB Variations
Color information
#C040C2 (or 0xC040C2) is known color: Fuchsia. HEX triplet: C0, 40 and C2. RGB value is (192,64,194). Sum of RGB (Red+Green+Blue) = 192+64+194=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 64 (25.39% from 255 or 14.22% from 450); Blue value is 194 (76.17% from 255 or 43.11% from 450); Max value from RGB is 194 - color contains mainly: blue. Hex color #C040C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C040C2 is #3FBF3D. Grayscale: #747474. Windows color (decimal): -4177726 or 12730560. OLE color: 12730560.
HSL color Cylindrical-coordinate representation of color #C040C2: hue angle of 299.08º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C040C2 is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 64 | 194 | - |
| CMYK | 0.01 | 0.67 | 0 | 0.24 |
| HSL | 299.08º | 0.52% | 0.51% | - |
| HSV(B) | 299.08º | 0.67% | 0.76% | - |
| XYZ | 33.31 | 18.77 | 52.91 | - |
| YUV | 117.09 | 171.41 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 64 | 194 | 0.01 | 0.67 | 0 | 0.24 | 299.08 | 0.52 | 0.51 |
| Hex | C0 | 40 | C2 | 1 | 43 | 0 | 18 | 12B | 34 | 33 |
| Octal | 300 | 100 | 302 | 1 | 103 | 0 | 30 | 453 | 64 | 63 |
| Binary | 11000000 | 1000000 | 11000010 | 1 | 1000011 | 0 | 11000 | 100101011 | 110100 | 110011 |
Color Harmonies of #C040C2
Complementary color
Monochromatic Colors of #C040C2
Black with #C040C2
Text Example
Text Example
White with #C040C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C040C2; }
p { color: rgb(192,64,194); }
H1.HeaderClassName
{
color: #C040C2;
}
.AnyTagClassName
{
color: #C040C2;
}
</style>
background-color css
<style>
a { background-color: #C040C2; }
a { background-color: rgb(192,64,194); }
div.DivClassName
{
background-color: #C040C2;
}
.BgClassName
{
background-color: #C040C2;
}
</style>
border-color css
<style>
span { border-color: #C040C2; }
span { border-color: rgb(192,64,194); }
td.TdClassName
{
border-color: #C040C2;
}
.TagClassName
{
border-color: #C040C2;
}
</style>