#C452B2

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

Shades of Fuchsia #C452B2

Tints of Fuchsia #C452B2

Color information

#C452B2 (or 0xC452B2) is unknown color: approx Fuchsia. HEX triplet: C4, 52 and B2. RGB value is (196,82,178). Sum of RGB (Red+Green+Blue) = 196+82+178=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 82 (32.42% from 255 or 17.98% from 456); Blue value is 178 (69.92% from 255 or 39.04% from 456); Max value from RGB is 196 - color contains mainly: red. Hex color #C452B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C452B2 is #3BAD4D. Grayscale: #7E7E7E. Windows color (decimal): -3910990 or 11686596. OLE color: 11686596.

HSL color Cylindrical-coordinate representation of color #C452B2: hue angle of 309.47º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C452B2 is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.23.

Color convert

RGB19682178-
CMYK00.580.090.23
HSL309.47º49.14%54.51%-
HSV(B)309.47º58.16%76.86%-
XYZ33.8220.9844.39-
YUV127.03156.77177.19-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.98%
GREEN value IS 82 (32.42% from 255) = 17.98%
BLUE value IS 178 (69.92% from 255) = 39.04%
R=42.98%
G=17.98%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968217800.580.090.23309.4749.1454.51
HexC452B203A9171353137
Octal30412226207211274656167
Binary110001001010010101100100111010100110111100110101110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C452B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C452B2; }

 p { color: rgb(196,82,178); }

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

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

 a { background-color: rgb(196,82,178); }

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

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

 span { border-color: rgb(196,82,178); }

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