#C858BA

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

Shades of Fuchsia #C858BA

Tints of Fuchsia #C858BA

Color information

#C858BA (or 0xC858BA) is unknown color: approx Fuchsia. HEX triplet: C8, 58 and BA. RGB value is (200,88,186). Sum of RGB (Red+Green+Blue) = 200+88+186=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 88 (34.77% from 255 or 18.57% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 200 - color contains mainly: red. Hex color #C858BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C858BA is #37A745. Grayscale: #848484. Windows color (decimal): -3647302 or 12212424. OLE color: 12212424.

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

Color convert

RGB20088186-
CMYK00.560.070.22
HSL307.5º50.45%56.47%-
HSV(B)307.5º56%78.43%-
XYZ36.1722.848.95-
YUV132.66158.11176.03-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.19%
GREEN value IS 88 (34.77% from 255) = 18.57%
BLUE value IS 186 (73.05% from 255) = 39.24%
R=42.19%
G=18.57%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008818600.560.070.22307.550.4556.47
HexC858BA0387161343238
Octal3101302720707264646270
Binary11001000101100010111010011100011110110100110100110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C858BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C858BA; }

 p { color: rgb(200,88,186); }

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

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

 a { background-color: rgb(200,88,186); }

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

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

 span { border-color: rgb(200,88,186); }

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