#C052C1

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

Shades of Fuchsia #C052C1

Tints of Fuchsia #C052C1

Color information

#C052C1 (or 0xC052C1) is unknown color: approx Fuchsia. HEX triplet: C0, 52 and C1. RGB value is (192,82,193). Sum of RGB (Red+Green+Blue) = 192+82+193=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 82 (32.42% from 255 or 17.56% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 193 - color contains mainly: blue. Hex color #C052C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C052C1 is #3FAD3E. Grayscale: #7F7F7F. Windows color (decimal): -4173119 or 12669632. OLE color: 12669632.

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

Color convert

RGB19282193-
CMYK0.010.5800.24
HSL299.46º47.23%53.92%-
HSV(B)299.46º57.51%75.69%-
XYZ34.3821.0952.71-
YUV127.54164.94173.97-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.11%
GREEN value IS 82 (32.42% from 255) = 17.56%
BLUE value IS 193 (75.78% from 255) = 41.33%
R=41.11%
G=17.56%
B=41.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal192821930.010.5800.24299.4647.2353.92
HexC052C113A01812b2f36
Octal3001223011720304535766
Binary110000001010010110000011111010011000100101011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C052C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C052C1; }

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

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

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

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

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

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

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

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