#C452C5

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

Shades of Fuchsia #C452C5

Tints of Fuchsia #C452C5

Color information

#C452C5 (or 0xC452C5) is unknown color: approx Fuchsia. HEX triplet: C4, 52 and C5. RGB value is (196,82,197). Sum of RGB (Red+Green+Blue) = 196+82+197=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 82 (32.42% from 255 or 17.26% from 475); Blue value is 197 (77.34% from 255 or 41.47% from 475); Max value from RGB is 197 - color contains mainly: blue. Hex color #C452C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C452C5 is #3BAD3A. Grayscale: #808080. Windows color (decimal): -3910971 or 12931780. OLE color: 12931780.

HSL color Cylindrical-coordinate representation of color #C452C5: hue angle of 299.48º degrees, saturation: 0.5, 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 #C452C5 is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB19682197-
CMYK0.010.5800.23
HSL299.48º49.78%54.71%-
HSV(B)299.48º58.38%77.25%-
XYZ35.8621.855.14-
YUV129.2166.27175.65-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.26%
GREEN value IS 82 (32.42% from 255) = 17.26%
BLUE value IS 197 (77.34% from 255) = 41.47%
R=41.26%
G=17.26%
B=41.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196821970.010.5800.23299.4849.7854.71
HexC452C513A01712b3237
Octal3041223051720274536267
Binary110001001010010110001011111010010111100101011110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C452C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C452C5; }

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

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

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

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

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

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

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

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