#C052CA

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

Shades of Fuchsia #C052CA

Tints of Fuchsia #C052CA

Color information

#C052CA (or 0xC052CA) is unknown color: approx Fuchsia. HEX triplet: C0, 52 and CA. RGB value is (192,82,202). Sum of RGB (Red+Green+Blue) = 192+82+202=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 82 (32.42% from 255 or 17.23% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 202 - color contains mainly: blue. Hex color #C052CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C052CA is #3FAD35. Grayscale: #808080. Windows color (decimal): -4173110 or 13259456. OLE color: 13259456.

HSL color Cylindrical-coordinate representation of color #C052CA: hue angle of 295º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C052CA is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19282202-
CMYK0.050.5900.21
HSL295º53.1%55.69%-
HSV(B)295º59.41%79.22%-
XYZ35.4221.5158.16-
YUV128.57169.44173.24-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.34%
GREEN value IS 82 (32.42% from 255) = 17.23%
BLUE value IS 202 (79.30% from 255) = 42.44%
R=40.34%
G=17.23%
B=42.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal192822020.050.5900.2129553.155.69
HexC052CA53B0151273538
Octal3001223125730254476570
Binary11000000101001011001010101111011010101100100111110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C052CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C052CA; }

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

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

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

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

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

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

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

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