#c875b3

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

Shades of Fuchsia #C875B3

Tints of Fuchsia #C875B3

Color information

#C875B3 (or 0xC875B3) is unknown color: approx Fuchsia. HEX triplet: C8, 75 and B3. RGB value is (200,117,179). Sum of RGB (Red+Green+Blue) = 200+117+179=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 117 (46.09% from 255 or 23.59% from 496); Blue value is 179 (70.31% from 255 or 36.09% from 496); Max value from RGB is 200 - color contains mainly: red. Hex color #C875B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C875B3 is #378A4C. Grayscale: #949494. Windows color (decimal): -3639885 or 11761096. OLE color: 11761096.

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

Color convert

RGB200117179-
CMYK00.420.100.22
HSL315.18º43.01%62.16%-
HSV(B)315.18º41.5%78.43%-
XYZ38.3228.2646.08-
YUV148.88145164.46-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.32%
GREEN value IS 117 (46.09% from 255) = 23.59%
BLUE value IS 179 (70.31% from 255) = 36.09%
R=40.32%
G=23.59%
B=36.09%

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
Decimal20011717900.420.100.22315.1843.0162.16
HexC875B302AA1613b2b3e
Octal31016526305212264735376
Binary110010001110101101100110101010101010110100111011101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c875b3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c875b3; }

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

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

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

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

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

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

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

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