Shades of Fuchsia #C842CB
Tints of Fuchsia #C842CB
RGB
CMYK
RGB Variations
Color information
#C842CB (or 0xC842CB) is known color: Fuchsia. HEX triplet: C8, 42 and CB. RGB value is (200,66,203). Sum of RGB (Red+Green+Blue) = 200+66+203=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 66 (26.17% from 255 or 14.07% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 203 - color contains mainly: blue. Hex color #C842CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C842CB is #37BD34. Grayscale: #797979. Windows color (decimal): -3652917 or 13320904. OLE color: 13320904.
HSL color Cylindrical-coordinate representation of color #C842CB: hue angle of 298.69º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C842CB is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 66 | 203 | - |
| CMYK | 0.01 | 0.67 | 0 | 0.20 |
| HSL | 298.69º | 0.57% | 0.53% | - |
| HSV(B) | 298.69º | 0.67% | 0.8% | - |
| XYZ | 36.55 | 20.49 | 58.53 | - |
| YUV | 121.68 | 173.89 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 66 | 203 | 0.01 | 0.67 | 0 | 0.20 | 298.69 | 0.57 | 0.53 |
| Hex | C8 | 42 | CB | 1 | 43 | 0 | 14 | 12B | 39 | 35 |
| Octal | 310 | 102 | 313 | 1 | 103 | 0 | 24 | 453 | 71 | 65 |
| Binary | 11001000 | 1000010 | 11001011 | 1 | 1000011 | 0 | 10100 | 100101011 | 111001 | 110101 |
Color Harmonies of #C842CB
Complementary color
Monochromatic Colors of #C842CB
Black with #C842CB
Text Example
Text Example
White with #C842CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C842CB; }
p { color: rgb(200,66,203); }
H1.HeaderClassName
{
color: #C842CB;
}
.AnyTagClassName
{
color: #C842CB;
}
</style>
background-color css
<style>
a { background-color: #C842CB; }
a { background-color: rgb(200,66,203); }
div.DivClassName
{
background-color: #C842CB;
}
.BgClassName
{
background-color: #C842CB;
}
</style>
border-color css
<style>
span { border-color: #C842CB; }
span { border-color: rgb(200,66,203); }
td.TdClassName
{
border-color: #C842CB;
}
.TagClassName
{
border-color: #C842CB;
}
</style>