#C073BE

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

Shades of Fuchsia #C073BE

Tints of Fuchsia #C073BE

Color information

#C073BE (or 0xC073BE) is unknown color: approx Fuchsia. HEX triplet: C0, 73 and BE. RGB value is (192,115,190). Sum of RGB (Red+Green+Blue) = 192+115+190=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 115 (45.31% from 255 or 23.14% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 192 - color contains mainly: red. Hex color #C073BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C073BE is #3F8C41. Grayscale: #929292. Windows color (decimal): -4164674 or 12481472. OLE color: 12481472.

HSL color Cylindrical-coordinate representation of color #C073BE: hue angle of 301.56º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C073BE is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB192115190-
CMYK00.400.010.25
HSL301.56º37.93%60.2%-
HSV(B)301.56º40.1%75.29%-
XYZ37.1627.1952-
YUV146.57152.51160.4-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.63%
GREEN value IS 115 (45.31% from 255) = 23.14%
BLUE value IS 190 (74.61% from 255) = 38.23%
R=38.63%
G=23.14%
B=38.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211519000.400.010.25301.5637.9360.2
HexC073BE02811912e263c
Octal3001632760501314564674
Binary110000001110011101111100101000111001100101110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C073BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C073BE; }

 p { color: rgb(192,115,190); }

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

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

 a { background-color: rgb(192,115,190); }

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

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

 span { border-color: rgb(192,115,190); }

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