#C832B4

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

Shades of Fuchsia #C832B4

Tints of Fuchsia #C832B4

Color information

#C832B4 (or 0xC832B4) is unknown color: approx Fuchsia. HEX triplet: C8, 32 and B4. RGB value is (200,50,180). Sum of RGB (Red+Green+Blue) = 200+50+180=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 50 (19.92% from 255 or 11.63% from 430); Blue value is 180 (70.70% from 255 or 41.86% from 430); Max value from RGB is 200 - color contains mainly: red. Hex color #C832B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C832B4 is #37CD4B. Grayscale: #6D6D6D. Windows color (decimal): -3657036 or 11809480. OLE color: 11809480.

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

Color convert

RGB20050180-
CMYK00.750.10.22
HSL308º60%49.02%-
HSV(B)308º75%78.43%-
XYZ33.217.8644.88-
YUV109.67167.7192.43-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.51%
GREEN value IS 50 (19.92% from 255) = 11.63%
BLUE value IS 180 (70.70% from 255) = 41.86%
R=46.51%
G=11.63%
B=41.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.1
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2005018000.750.10.223086049.02
HexC832B404BA161343c31
Octal31062264011312264647461
Binary110010001100101011010001001011101010110100110100111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C832B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C832B4; }

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

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

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

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

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

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

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

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