#C870B2

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

Shades of Fuchsia #C870B2

Tints of Fuchsia #C870B2

Color information

#C870B2 (or 0xC870B2) is unknown color: approx Fuchsia. HEX triplet: C8, 70 and B2. RGB value is (200,112,178). Sum of RGB (Red+Green+Blue) = 200+112+178=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 112 (44.14% from 255 or 22.86% from 490); Blue value is 178 (69.92% from 255 or 36.33% from 490); Max value from RGB is 200 - color contains mainly: red. Hex color #C870B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C870B2 is #378F4D. Grayscale: #919191. Windows color (decimal): -3641166 or 11694280. OLE color: 11694280.

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

Color convert

RGB200112178-
CMYK00.440.110.22
HSL315º44.44%61.18%-
HSV(B)315º44%78.43%-
XYZ37.6527.0845.36-
YUV145.84146.15166.63-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.82%
GREEN value IS 112 (44.14% from 255) = 22.86%
BLUE value IS 178 (69.92% from 255) = 36.33%
R=40.82%
G=22.86%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011217800.440.110.2231544.4461.18
HexC870B202CB1613b2c3d
Octal31016026205413264735475
Binary110010001110000101100100101100101110110100111011101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C870B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C870B2; }

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

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

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

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

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

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

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

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