Shades of Fuchsia #C842B7
Tints of Fuchsia #C842B7
RGB
CMYK
RGB Variations
Color information
#C842B7 (or 0xC842B7) is known color: Fuchsia. HEX triplet: C8, 42 and B7. RGB value is (200,66,183). Sum of RGB (Red+Green+Blue) = 200+66+183=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 66 (26.17% from 255 or 14.70% from 449); Blue value is 183 (71.88% from 255 or 40.76% from 449); Max value from RGB is 200 - color contains mainly: red. Hex color #C842B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C842B7 is #37BD48. Grayscale: #777777. Windows color (decimal): -3652937 or 12010184. OLE color: 12010184.
HSL color Cylindrical-coordinate representation of color #C842B7: hue angle of 307.61º 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 #C842B7 is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 66 | 183 | - |
| CMYK | 0 | 0.67 | 0.08 | 0.22 |
| HSL | 307.61º | 0.55% | 0.52% | - |
| HSV(B) | 307.61º | 0.67% | 0.78% | - |
| XYZ | 34.31 | 19.59 | 46.77 | - |
| YUV | 119.4 | 163.89 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 66 | 183 | 0 | 0.67 | 0.08 | 0.22 | 307.61 | 0.55 | 0.52 |
| Hex | C8 | 42 | B7 | 0 | 43 | 8 | 16 | 134 | 37 | 34 |
| Octal | 310 | 102 | 267 | 0 | 103 | 10 | 26 | 464 | 67 | 64 |
| Binary | 11001000 | 1000010 | 10110111 | 0 | 1000011 | 1000 | 10110 | 100110100 | 110111 | 110100 |
Color Harmonies of #C842B7
Complementary color
Monochromatic Colors of #C842B7
Black with #C842B7
Text Example
Text Example
White with #C842B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C842B7; }
p { color: rgb(200,66,183); }
H1.HeaderClassName
{
color: #C842B7;
}
.AnyTagClassName
{
color: #C842B7;
}
</style>
background-color css
<style>
a { background-color: #C842B7; }
a { background-color: rgb(200,66,183); }
div.DivClassName
{
background-color: #C842B7;
}
.BgClassName
{
background-color: #C842B7;
}
</style>
border-color css
<style>
span { border-color: #C842B7; }
span { border-color: rgb(200,66,183); }
td.TdClassName
{
border-color: #C842B7;
}
.TagClassName
{
border-color: #C842B7;
}
</style>