#C872B6

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

Shades of Fuchsia #C872B6

Tints of Fuchsia #C872B6

Color information

#C872B6 (or 0xC872B6) is unknown color: approx Fuchsia. HEX triplet: C8, 72 and B6. RGB value is (200,114,182). Sum of RGB (Red+Green+Blue) = 200+114+182=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 114 (44.92% from 255 or 22.98% from 496); Blue value is 182 (71.48% from 255 or 36.69% from 496); Max value from RGB is 200 - color contains mainly: red. Hex color #C872B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C872B6 is #378D49. Grayscale: #939393. Windows color (decimal): -3640650 or 11956936. OLE color: 11956936.

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

Color convert

RGB200114182-
CMYK00.430.090.22
HSL312.56º43.88%61.57%-
HSV(B)312.56º43%78.43%-
XYZ38.2827.6947.58-
YUV147.47147.49165.47-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.32%
GREEN value IS 114 (44.92% from 255) = 22.98%
BLUE value IS 182 (71.48% from 255) = 36.69%
R=40.32%
G=22.98%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011418200.430.090.22312.5643.8861.57
HexC872B602B9161392c3e
Octal31016226605311264715476
Binary110010001110010101101100101011100110110100111001101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C872B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C872B6; }

 p { color: rgb(200,114,182); }

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

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

 a { background-color: rgb(200,114,182); }

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

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

 span { border-color: rgb(200,114,182); }

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