#C870B3

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

Shades of Fuchsia #C870B3

Tints of Fuchsia #C870B3

Color information

#C870B3 (or 0xC870B3) is unknown color: approx Fuchsia. HEX triplet: C8, 70 and B3. RGB value is (200,112,179). Sum of RGB (Red+Green+Blue) = 200+112+179=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 112 (44.14% from 255 or 22.81% from 491); Blue value is 179 (70.31% from 255 or 36.46% from 491); Max value from RGB is 200 - color contains mainly: red. Hex color #C870B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C870B3 is #378F4C. Grayscale: #919191. Windows color (decimal): -3641165 or 11759816. OLE color: 11759816.

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

Color convert

RGB200112179-
CMYK00.440.100.22
HSL314.32º44.44%61.18%-
HSV(B)314.32º44%78.43%-
XYZ37.7527.1245.89-
YUV145.95146.65166.55-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.73%
GREEN value IS 112 (44.14% from 255) = 22.81%
BLUE value IS 179 (70.31% from 255) = 36.46%
R=40.73%
G=22.81%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011217900.440.100.22314.3244.4461.18
HexC870B302CA1613a2c3d
Octal31016026305412264725475
Binary110010001110000101100110101100101010110100111010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C870B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C870B3; }

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

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

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

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

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

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

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

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