#C872B7

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

Shades of Fuchsia #C872B7

Tints of Fuchsia #C872B7

Color information

#C872B7 (or 0xC872B7) is unknown color: approx Fuchsia. HEX triplet: C8, 72 and B7. RGB value is (200,114,183). Sum of RGB (Red+Green+Blue) = 200+114+183=497 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.24% from 497); Green value is 114 (44.92% from 255 or 22.94% from 497); Blue value is 183 (71.88% from 255 or 36.82% from 497); Max value from RGB is 200 - color contains mainly: red. Hex color #C872B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C872B7 is #378D48. Grayscale: #939393. Windows color (decimal): -3640649 or 12022472. OLE color: 12022472.

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

Color convert

RGB200114183-
CMYK00.430.080.22
HSL311.86º43.88%61.57%-
HSV(B)311.86º43%78.43%-
XYZ38.3827.7348.13-
YUV147.58147.99165.39-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.24%
GREEN value IS 114 (44.92% from 255) = 22.94%
BLUE value IS 183 (71.88% from 255) = 36.82%
R=40.24%
G=22.94%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011418300.430.080.22311.8643.8861.57
HexC872B702B8161382c3e
Octal31016226705310264705476
Binary110010001110010101101110101011100010110100111000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C872B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C872B7; }

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

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

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

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

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

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

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

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