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