#C844B2

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

Shades of Fuchsia #C844B2

Tints of Fuchsia #C844B2

Color information

#C844B2 (or 0xC844B2) is unknown color: approx Fuchsia. HEX triplet: C8, 44 and B2. RGB value is (200,68,178). Sum of RGB (Red+Green+Blue) = 200+68+178=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 68 (26.95% from 255 or 15.25% from 446); Blue value is 178 (69.92% from 255 or 39.91% from 446); Max value from RGB is 200 - color contains mainly: red. Hex color #C844B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C844B2 is #37BB4D. Grayscale: #777777. Windows color (decimal): -3652430 or 11683016. OLE color: 11683016.

HSL color Cylindrical-coordinate representation of color #C844B2: hue angle of 310º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C844B2 is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB20068178-
CMYK00.660.110.22
HSL310º54.55%52.55%-
HSV(B)310º66%78.43%-
XYZ33.9219.6344.12-
YUV120.01160.73185.06-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.84%
GREEN value IS 68 (26.95% from 255) = 15.25%
BLUE value IS 178 (69.92% from 255) = 39.91%
R=44.84%
G=15.25%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2006817800.660.110.2231054.5552.55
HexC844B2042B161363735
Octal310104262010213264666765
Binary1100100010001001011001001000010101110110100110110110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C844B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C844B2; }

 p { color: rgb(200,68,178); }

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

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

 a { background-color: rgb(200,68,178); }

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

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

 span { border-color: rgb(200,68,178); }

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