#C874B5

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

Shades of Fuchsia #C874B5

Tints of Fuchsia #C874B5

Color information

#C874B5 (or 0xC874B5) is unknown color: approx Fuchsia. HEX triplet: C8, 74 and B5. RGB value is (200,116,181). Sum of RGB (Red+Green+Blue) = 200+116+181=497 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.24% from 497); Green value is 116 (45.70% from 255 or 23.34% from 497); Blue value is 181 (71.09% from 255 or 36.42% from 497); Max value from RGB is 200 - color contains mainly: red. Hex color #C874B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C874B5 is #378B4A. Grayscale: #949494. Windows color (decimal): -3640139 or 11891912. OLE color: 11891912.

HSL color Cylindrical-coordinate representation of color #C874B5: hue angle of 313.57º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C874B5 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB200116181-
CMYK00.420.090.22
HSL313.57º43.3%61.96%-
HSV(B)313.57º42%78.43%-
XYZ38.4128.1147.12-
YUV148.53146.33164.71-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.24%
GREEN value IS 116 (45.70% from 255) = 23.34%
BLUE value IS 181 (71.09% from 255) = 36.42%
R=40.24%
G=23.34%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011618100.420.090.22313.5743.361.96
HexC874B502A91613a2b3e
Octal31016426505211264725376
Binary110010001110100101101010101010100110110100111010101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C874B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C874B5; }

 p { color: rgb(200,116,181); }

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

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

 a { background-color: rgb(200,116,181); }

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

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

 span { border-color: rgb(200,116,181); }

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