#C832BA

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

Shades of Fuchsia #C832BA

Tints of Fuchsia #C832BA

Color information

#C832BA (or 0xC832BA) is unknown color: approx Fuchsia. HEX triplet: C8, 32 and BA. RGB value is (200,50,186). Sum of RGB (Red+Green+Blue) = 200+50+186=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 50 (19.92% from 255 or 11.47% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C832BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C832BA is #37CD45. Grayscale: #6D6D6D. Windows color (decimal): -3657030 or 12202696. OLE color: 12202696.

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

Color convert

RGB20050186-
CMYK00.750.070.22
HSL305.6º60%49.02%-
HSV(B)305.6º75%78.43%-
XYZ33.8218.1148.17-
YUV110.35170.7191.94-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.87%
GREEN value IS 50 (19.92% from 255) = 11.47%
BLUE value IS 186 (73.05% from 255) = 42.66%
R=45.87%
G=11.47%
B=42.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2005018600.750.070.22305.66049.02
HexC832BA04B7161323c31
Octal3106227201137264627461
Binary11001000110010101110100100101111110110100110010111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C832BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C832BA; }

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

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

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

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

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

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

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

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