Shades of Fuchsia #C842BC
Tints of Fuchsia #C842BC
RGB
CMYK
RGB Variations
Color information
#C842BC (or 0xC842BC) is known color: Fuchsia. HEX triplet: C8, 42 and BC. RGB value is (200,66,188). Sum of RGB (Red+Green+Blue) = 200+66+188=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 66 (26.17% from 255 or 14.54% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 200 - color contains mainly: red. Hex color #C842BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C842BC is #37BD43. Grayscale: #777777. Windows color (decimal): -3652932 or 12337864. OLE color: 12337864.
HSL color Cylindrical-coordinate representation of color #C842BC: hue angle of 305.37º 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 #C842BC is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 66 | 188 | - |
| CMYK | 0 | 0.67 | 0.06 | 0.22 |
| HSL | 305.37º | 0.55% | 0.52% | - |
| HSV(B) | 305.37º | 0.67% | 0.78% | - |
| XYZ | 34.84 | 19.81 | 49.56 | - |
| YUV | 119.97 | 166.39 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 66 | 188 | 0 | 0.67 | 0.06 | 0.22 | 305.37 | 0.55 | 0.52 |
| Hex | C8 | 42 | BC | 0 | 43 | 6 | 16 | 131 | 37 | 34 |
| Octal | 310 | 102 | 274 | 0 | 103 | 6 | 26 | 461 | 67 | 64 |
| Binary | 11001000 | 1000010 | 10111100 | 0 | 1000011 | 110 | 10110 | 100110001 | 110111 | 110100 |
Color Harmonies of #C842BC
Complementary color
Monochromatic Colors of #C842BC
Black with #C842BC
Text Example
Text Example
White with #C842BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C842BC; }
p { color: rgb(200,66,188); }
H1.HeaderClassName
{
color: #C842BC;
}
.AnyTagClassName
{
color: #C842BC;
}
</style>
background-color css
<style>
a { background-color: #C842BC; }
a { background-color: rgb(200,66,188); }
div.DivClassName
{
background-color: #C842BC;
}
.BgClassName
{
background-color: #C842BC;
}
</style>
border-color css
<style>
span { border-color: #C842BC; }
span { border-color: rgb(200,66,188); }
td.TdClassName
{
border-color: #C842BC;
}
.TagClassName
{
border-color: #C842BC;
}
</style>