Shades of Fuchsia #C842B5
Tints of Fuchsia #C842B5
RGB
CMYK
RGB Variations
Color information
#C842B5 (or 0xC842B5) is known color: Fuchsia. HEX triplet: C8, 42 and B5. RGB value is (200,66,181). Sum of RGB (Red+Green+Blue) = 200+66+181=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 66 (26.17% from 255 or 14.77% from 447); Blue value is 181 (71.09% from 255 or 40.49% from 447); Max value from RGB is 200 - color contains mainly: red. Hex color #C842B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C842B5 is #37BD4A. Grayscale: #767676. Windows color (decimal): -3652939 or 11879112. OLE color: 11879112.
HSL color Cylindrical-coordinate representation of color #C842B5: hue angle of 308.51º 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 #C842B5 is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 66 | 181 | - |
| CMYK | 0 | 0.67 | 0.09 | 0.22 |
| HSL | 308.51º | 0.55% | 0.52% | - |
| HSV(B) | 308.51º | 0.67% | 0.78% | - |
| XYZ | 34.11 | 19.51 | 45.68 | - |
| YUV | 119.18 | 162.89 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 66 | 181 | 0 | 0.67 | 0.09 | 0.22 | 308.51 | 0.55 | 0.52 |
| Hex | C8 | 42 | B5 | 0 | 43 | 9 | 16 | 135 | 37 | 34 |
| Octal | 310 | 102 | 265 | 0 | 103 | 11 | 26 | 465 | 67 | 64 |
| Binary | 11001000 | 1000010 | 10110101 | 0 | 1000011 | 1001 | 10110 | 100110101 | 110111 | 110100 |
Color Harmonies of #C842B5
Complementary color
Monochromatic Colors of #C842B5
Black with #C842B5
Text Example
Text Example
White with #C842B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C842B5; }
p { color: rgb(200,66,181); }
H1.HeaderClassName
{
color: #C842B5;
}
.AnyTagClassName
{
color: #C842B5;
}
</style>
background-color css
<style>
a { background-color: #C842B5; }
a { background-color: rgb(200,66,181); }
div.DivClassName
{
background-color: #C842B5;
}
.BgClassName
{
background-color: #C842B5;
}
</style>
border-color css
<style>
span { border-color: #C842B5; }
span { border-color: rgb(200,66,181); }
td.TdClassName
{
border-color: #C842B5;
}
.TagClassName
{
border-color: #C842B5;
}
</style>