Shades of Fuchsia #C842C0
Tints of Fuchsia #C842C0
RGB
CMYK
RGB Variations
Color information
#C842C0 (or 0xC842C0) is known color: Fuchsia. HEX triplet: C8, 42 and C0. RGB value is (200,66,192). Sum of RGB (Red+Green+Blue) = 200+66+192=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 66 (26.17% from 255 or 14.41% from 458); Blue value is 192 (75.39% from 255 or 41.92% from 458); Max value from RGB is 200 - color contains mainly: red. Hex color #C842C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C842C0 is #37BD3F. Grayscale: #787878. Windows color (decimal): -3652928 or 12600008. OLE color: 12600008.
HSL color Cylindrical-coordinate representation of color #C842C0: hue angle of 303.58º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C842C0 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 66 | 192 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.22 |
| HSL | 303.58º | 0.55% | 0.52% | - |
| HSV(B) | 303.58º | 0.67% | 0.78% | - |
| XYZ | 35.28 | 19.98 | 51.87 | - |
| YUV | 120.43 | 168.39 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 66 | 192 | 0 | 0.67 | 0.04 | 0.22 | 303.58 | 0.55 | 0.52 |
| Hex | C8 | 42 | C0 | 0 | 43 | 4 | 16 | 130 | 37 | 34 |
| Octal | 310 | 102 | 300 | 0 | 103 | 4 | 26 | 460 | 67 | 64 |
| Binary | 11001000 | 1000010 | 11000000 | 0 | 1000011 | 100 | 10110 | 100110000 | 110111 | 110100 |
Color Harmonies of #C842C0
Complementary color
Monochromatic Colors of #C842C0
Black with #C842C0
Text Example
Text Example
White with #C842C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C842C0; }
p { color: rgb(200,66,192); }
H1.HeaderClassName
{
color: #C842C0;
}
.AnyTagClassName
{
color: #C842C0;
}
</style>
background-color css
<style>
a { background-color: #C842C0; }
a { background-color: rgb(200,66,192); }
div.DivClassName
{
background-color: #C842C0;
}
.BgClassName
{
background-color: #C842C0;
}
</style>
border-color css
<style>
span { border-color: #C842C0; }
span { border-color: rgb(200,66,192); }
td.TdClassName
{
border-color: #C842C0;
}
.TagClassName
{
border-color: #C842C0;
}
</style>