#C842BC

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

Shades of Fuchsia #C842BC

Tints of Fuchsia #C842BC

Color information

#C842BC (or 0xC842BC) is unknown color: approx 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

RGB20066188-
CMYK00.670.060.22
HSL305.37º54.92%52.16%-
HSV(B)305.37º67%78.43%-
XYZ34.8419.8149.56-
YUV119.97166.39185.08-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.05%
GREEN value IS 66 (26.17% from 255) = 14.54%
BLUE value IS 188 (73.83% from 255) = 41.41%
R=44.05%
G=14.54%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2006618800.670.060.22305.3754.9252.16
HexC842BC0436161313734
Octal31010227401036264616764
Binary110010001000010101111000100001111010110100110001110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C842BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>