#C842CC

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

Shades of Fuchsia #C842CC

Tints of Fuchsia #C842CC

Color information

#C842CC (or 0xC842CC) is unknown color: approx Fuchsia. HEX triplet: C8, 42 and CC. RGB value is (200,66,204). Sum of RGB (Red+Green+Blue) = 200+66+204=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 66 (26.17% from 255 or 14.04% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: blue. Hex color #C842CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C842CC is #37BD33. Grayscale: #797979. Windows color (decimal): -3652916 or 13386440. OLE color: 13386440.

HSL color Cylindrical-coordinate representation of color #C842CC: hue angle of 298.26º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C842CC is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB20066204-
CMYK0.020.6800.2
HSL298.26º57.5%52.94%-
HSV(B)298.26º67.65%80%-
XYZ36.6720.5459.16-
YUV121.8174.39183.78-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.55%
GREEN value IS 66 (26.17% from 255) = 14.04%
BLUE value IS 204 (80.08% from 255) = 43.40%
R=42.55%
G=14.04%
B=43.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal200662040.020.6800.2298.2657.552.94
HexC842CC24401412a3a35
Octal31010231421040244527265
Binary11001000100001011001100101000100010100100101010111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C842CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C842CC; }

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

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

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

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

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

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

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

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