#C040C5

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

Shades of Fuchsia #C040C5

Tints of Fuchsia #C040C5

Color information

#C040C5 (or 0xC040C5) is unknown color: approx Fuchsia. HEX triplet: C0, 40 and C5. RGB value is (192,64,197). Sum of RGB (Red+Green+Blue) = 192+64+197=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 64 (25.39% from 255 or 14.13% from 453); Blue value is 197 (77.34% from 255 or 43.49% from 453); Max value from RGB is 197 - color contains mainly: blue. Hex color #C040C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C040C5 is #3FBF3A. Grayscale: #757575. Windows color (decimal): -4177723 or 12927168. OLE color: 12927168.

HSL color Cylindrical-coordinate representation of color #C040C5: hue angle of 297.74º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C040C5 is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB19264197-
CMYK0.030.6800.23
HSL297.74º53.41%51.18%-
HSV(B)297.74º67.51%77.25%-
XYZ33.6518.954.7-
YUV117.43172.91181.19-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.38%
GREEN value IS 64 (25.39% from 255) = 14.13%
BLUE value IS 197 (77.34% from 255) = 43.49%
R=42.38%
G=14.13%
B=43.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal192641970.030.6800.23297.7453.4151.18
HexC040C534401712a3533
Octal30010030531040274526563
Binary11000000100000011000101111000100010111100101010110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C040C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C040C5; }

 p { color: rgb(192,64,197); }

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

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

 a { background-color: rgb(192,64,197); }

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

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

 span { border-color: rgb(192,64,197); }

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