#C842B0

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

Shades of Fuchsia #C842B0

Tints of Fuchsia #C842B0

Color information

#C842B0 (or 0xC842B0) is unknown color: approx Fuchsia. HEX triplet: C8, 42 and B0. RGB value is (200,66,176). Sum of RGB (Red+Green+Blue) = 200+66+176=442 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.25% from 442); Green value is 66 (26.17% from 255 or 14.93% from 442); Blue value is 176 (69.14% from 255 or 39.82% from 442); Max value from RGB is 200 - color contains mainly: red. Hex color #C842B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C842B0 is #37BD4F. Grayscale: #767676. Windows color (decimal): -3652944 or 11551432. OLE color: 11551432.

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

Color convert

RGB20066176-
CMYK00.670.120.22
HSL310.75º54.92%52.16%-
HSV(B)310.75º67%78.43%-
XYZ33.619.3143.03-
YUV118.61160.39186.06-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.25%
GREEN value IS 66 (26.17% from 255) = 14.93%
BLUE value IS 176 (69.14% from 255) = 39.82%
R=45.25%
G=14.93%
B=39.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2006617600.670.120.22310.7554.9252.16
HexC842B0043C161373734
Octal310102260010314264676764
Binary1100100010000101011000001000011110010110100110111110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C842B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C842B0; }

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

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

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

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

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

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

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

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