#C862BB

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

Shades of Fuchsia #C862BB

Tints of Fuchsia #C862BB

Color information

#C862BB (or 0xC862BB) is unknown color: approx Fuchsia. HEX triplet: C8, 62 and BB. RGB value is (200,98,187). Sum of RGB (Red+Green+Blue) = 200+98+187=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 98 (38.67% from 255 or 20.21% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 200 - color contains mainly: red. Hex color #C862BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C862BB is #379D44. Grayscale: #8A8A8A. Windows color (decimal): -3644741 or 12280520. OLE color: 12280520.

HSL color Cylindrical-coordinate representation of color #C862BB: hue angle of 307.65º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C862BB is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB20098187-
CMYK00.510.060.22
HSL307.65º48.11%58.43%-
HSV(B)307.65º51%78.43%-
XYZ37.1624.649.8-
YUV138.64155.29171.76-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.24%
GREEN value IS 98 (38.67% from 255) = 20.21%
BLUE value IS 187 (73.44% from 255) = 38.56%
R=41.24%
G=20.21%
B=38.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009818700.510.060.22307.6548.1158.43
HexC862BB033616134303a
Octal3101422730636264646072
Binary11001000110001010111011011001111010110100110100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C862BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C862BB; }

 p { color: rgb(200,98,187); }

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

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

 a { background-color: rgb(200,98,187); }

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

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

 span { border-color: rgb(200,98,187); }

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