#C832B9

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

Shades of Fuchsia #C832B9

Tints of Fuchsia #C832B9

Color information

#C832B9 (or 0xC832B9) is unknown color: approx Fuchsia. HEX triplet: C8, 32 and B9. RGB value is (200,50,185). Sum of RGB (Red+Green+Blue) = 200+50+185=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 50 (19.92% from 255 or 11.49% from 435); Blue value is 185 (72.66% from 255 or 42.53% from 435); Max value from RGB is 200 - color contains mainly: red. Hex color #C832B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C832B9 is #37CD46. Grayscale: #6D6D6D. Windows color (decimal): -3657031 or 12137160. OLE color: 12137160.

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

Color convert

RGB20050185-
CMYK00.750.080.22
HSL306º60%49.02%-
HSV(B)306º75%78.43%-
XYZ33.7218.0647.61-
YUV110.24170.2192.02-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.98%
GREEN value IS 50 (19.92% from 255) = 11.49%
BLUE value IS 185 (72.66% from 255) = 42.53%
R=45.98%
G=11.49%
B=42.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2005018500.750.080.223066049.02
HexC832B904B8161323c31
Octal31062271011310264627461
Binary110010001100101011100101001011100010110100110010111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C832B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C832B9; }

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

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

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

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

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

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

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

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