#C841B0

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

Shades of Fuchsia #C841B0

Tints of Fuchsia #C841B0

Color information

#C841B0 (or 0xC841B0) is unknown color: approx Fuchsia. HEX triplet: C8, 41 and B0. RGB value is (200,65,176). Sum of RGB (Red+Green+Blue) = 200+65+176=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 65 (25.78% from 255 or 14.74% from 441); Blue value is 176 (69.14% from 255 or 39.91% from 441); Max value from RGB is 200 - color contains mainly: red. Hex color #C841B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C841B0 is #37BE4F. Grayscale: #757575. Windows color (decimal): -3653200 or 11551176. OLE color: 11551176.

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

Color convert

RGB20065176-
CMYK00.680.120.22
HSL310.67º55.1%51.96%-
HSV(B)310.67º67.5%78.43%-
XYZ33.5519.1943.01-
YUV118.02160.73186.47-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.35%
GREEN value IS 65 (25.78% from 255) = 14.74%
BLUE value IS 176 (69.14% from 255) = 39.91%
R=45.35%
G=14.74%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2006517600.680.120.22310.6755.151.96
HexC841B0044C161373734
Octal310101260010414264676764
Binary1100100010000011011000001000100110010110100110111110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C841B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C841B0; }

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

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

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

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

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

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

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

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