Shades of Fuchsia #C043CC
Tints of Fuchsia #C043CC
RGB
CMYK
RGB Variations
Color information
#C043CC (or 0xC043CC) is known color: Fuchsia. HEX triplet: C0, 43 and CC. RGB value is (192,67,204). Sum of RGB (Red+Green+Blue) = 192+67+204=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 67 (26.56% from 255 or 14.47% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #C043CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C043CC is #3FBC33. Grayscale: #777777. Windows color (decimal): -4176948 or 13386688. OLE color: 13386688.
HSL color Cylindrical-coordinate representation of color #C043CC: hue angle of 294.74º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C043CC is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 67 | 204 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.2 |
| HSL | 294.74º | 0.57% | 0.53% | - |
| HSV(B) | 294.74º | 0.67% | 0.8% | - |
| XYZ | 34.64 | 19.58 | 59.08 | - |
| YUV | 119.99 | 175.41 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 67 | 204 | 0.06 | 0.67 | 0 | 0.2 | 294.74 | 0.57 | 0.53 |
| Hex | C0 | 43 | CC | 6 | 43 | 0 | 14 | 127 | 39 | 35 |
| Octal | 300 | 103 | 314 | 6 | 103 | 0 | 24 | 447 | 71 | 65 |
| Binary | 11000000 | 1000011 | 11001100 | 110 | 1000011 | 0 | 10100 | 100100111 | 111001 | 110101 |
Color Harmonies of #C043CC
Complementary color
Monochromatic Colors of #C043CC
Black with #C043CC
Text Example
Text Example
White with #C043CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C043CC; }
p { color: rgb(192,67,204); }
H1.HeaderClassName
{
color: #C043CC;
}
.AnyTagClassName
{
color: #C043CC;
}
</style>
background-color css
<style>
a { background-color: #C043CC; }
a { background-color: rgb(192,67,204); }
div.DivClassName
{
background-color: #C043CC;
}
.BgClassName
{
background-color: #C043CC;
}
</style>
border-color css
<style>
span { border-color: #C043CC; }
span { border-color: rgb(192,67,204); }
td.TdClassName
{
border-color: #C043CC;
}
.TagClassName
{
border-color: #C043CC;
}
</style>