#C842BA

Color #C842BA Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C842BA

Tints of Fuchsia #C842BA

Color information

#C842BA (or 0xC842BA) is unknown color: approx Fuchsia. HEX triplet: C8, 42 and BA. RGB value is (200,66,186). Sum of RGB (Red+Green+Blue) = 200+66+186=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 66 (26.17% from 255 or 14.60% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 200 - color contains mainly: red. Hex color #C842BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C842BA is #37BD45. Grayscale: #777777. Windows color (decimal): -3652934 or 12206792. OLE color: 12206792.

HSL color Cylindrical-coordinate representation of color #C842BA: hue angle of 306.27º 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 #C842BA is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB20066186-
CMYK00.670.070.22
HSL306.27º54.92%52.16%-
HSV(B)306.27º67%78.43%-
XYZ34.6319.7248.44-
YUV119.75165.39185.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 44.25%
GREEN value IS 66 (26.17% from 255) = 14.60%
BLUE value IS 186 (73.05% from 255) = 41.15%
R=44.25%
G=14.60%
B=41.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2006618600.670.070.22306.2754.9252.16
HexC842BA0437161323734
Octal31010227201037264626764
Binary110010001000010101110100100001111110110100110010110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C842BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C842BA; }

 p { color: rgb(200,66,186); }

 H1.HeaderClassName
 {
   color: #C842BA;
 }
 .AnyTagClassName
 {
   color: #C842BA;
 }
</style>
background-color css

<style>
 a { background-color: #C842BA; }

 a { background-color: rgb(200,66,186); }

 div.DivClassName
 {
   background-color: #C842BA;
 }
 .BgClassName
 {
   background-color: #C842BA;
 }
</style>
border-color css

<style>
 span { border-color: #C842BA; }

 span { border-color: rgb(200,66,186); }

 td.TdClassName
 {
   border-color: #C842BA;
 }
 .TagClassName
 {
   border-color: #C842BA;
 }
</style>