#C052C3

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

Shades of Fuchsia #C052C3

Tints of Fuchsia #C052C3

Color information

#C052C3 (or 0xC052C3) is unknown color: approx Fuchsia. HEX triplet: C0, 52 and C3. RGB value is (192,82,195). Sum of RGB (Red+Green+Blue) = 192+82+195=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 82 (32.42% from 255 or 17.48% from 469); Blue value is 195 (76.56% from 255 or 41.58% from 469); Max value from RGB is 195 - color contains mainly: blue. Hex color #C052C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C052C3 is #3FAD3C. Grayscale: #7F7F7F. Windows color (decimal): -4173117 or 12800704. OLE color: 12800704.

HSL color Cylindrical-coordinate representation of color #C052C3: hue angle of 298.41º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C052C3 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB19282195-
CMYK0.020.5800.24
HSL298.41º48.5%54.31%-
HSV(B)298.41º57.95%76.47%-
XYZ34.6121.1853.89-
YUV127.77165.94173.81-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.94%
GREEN value IS 82 (32.42% from 255) = 17.48%
BLUE value IS 195 (76.56% from 255) = 41.58%
R=40.94%
G=17.48%
B=41.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal192821950.020.5800.24298.4148.554.31
HexC052C323A01812a3036
Octal3001223032720304526066
Binary1100000010100101100001110111010011000100101010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C052C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C052C3; }

 p { color: rgb(192,82,195); }

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

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

 a { background-color: rgb(192,82,195); }

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

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

 span { border-color: rgb(192,82,195); }

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