#C870B1

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

Shades of Fuchsia #C870B1

Tints of Fuchsia #C870B1

Color information

#C870B1 (or 0xC870B1) is unknown color: approx Fuchsia. HEX triplet: C8, 70 and B1. RGB value is (200,112,177). Sum of RGB (Red+Green+Blue) = 200+112+177=489 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.90% from 489); Green value is 112 (44.14% from 255 or 22.90% from 489); Blue value is 177 (69.53% from 255 or 36.20% from 489); Max value from RGB is 200 - color contains mainly: red. Hex color #C870B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C870B1 is #378F4E. Grayscale: #919191. Windows color (decimal): -3641167 or 11628744. OLE color: 11628744.

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

Color convert

RGB200112177-
CMYK00.440.120.22
HSL315.68º44.44%61.18%-
HSV(B)315.68º44%78.43%-
XYZ37.5527.0444.84-
YUV145.72145.65166.71-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.90%
GREEN value IS 112 (44.14% from 255) = 22.90%
BLUE value IS 177 (69.53% from 255) = 36.20%
R=40.90%
G=22.90%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011217700.440.120.22315.6844.4461.18
HexC870B102CC1613c2c3d
Octal31016026105414264745475
Binary110010001110000101100010101100110010110100111100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C870B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C870B1; }

 p { color: rgb(200,112,177); }

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

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

 a { background-color: rgb(200,112,177); }

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

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

 span { border-color: rgb(200,112,177); }

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