#C874B3

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

Shades of Fuchsia #C874B3

Tints of Fuchsia #C874B3

Color information

#C874B3 (or 0xC874B3) is unknown color: approx Fuchsia. HEX triplet: C8, 74 and B3. RGB value is (200,116,179). Sum of RGB (Red+Green+Blue) = 200+116+179=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 116 (45.70% from 255 or 23.43% from 495); Blue value is 179 (70.31% from 255 or 36.16% from 495); Max value from RGB is 200 - color contains mainly: red. Hex color #C874B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C874B3 is #378B4C. Grayscale: #949494. Windows color (decimal): -3640141 or 11760840. OLE color: 11760840.

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

Color convert

RGB200116179-
CMYK00.420.100.22
HSL315º43.3%61.96%-
HSV(B)315º42%78.43%-
XYZ38.228.0246.04-
YUV148.3145.33164.88-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.40%
GREEN value IS 116 (45.70% from 255) = 23.43%
BLUE value IS 179 (70.31% from 255) = 36.16%
R=40.40%
G=23.43%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011617900.420.100.2231543.361.96
HexC874B302AA1613b2b3e
Octal31016426305212264735376
Binary110010001110100101100110101010101010110100111011101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C874B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C874B3; }

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

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

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

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

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

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

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

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