#C073BA

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

Shades of Fuchsia #C073BA

Tints of Fuchsia #C073BA

Color information

#C073BA (or 0xC073BA) is unknown color: approx Fuchsia. HEX triplet: C0, 73 and BA. RGB value is (192,115,186). Sum of RGB (Red+Green+Blue) = 192+115+186=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 115 (45.31% from 255 or 23.33% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 192 - color contains mainly: red. Hex color #C073BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C073BA is #3F8C45. Grayscale: #919191. Windows color (decimal): -4164678 or 12219328. OLE color: 12219328.

HSL color Cylindrical-coordinate representation of color #C073BA: hue angle of 304.68º 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 #C073BA is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB192115186-
CMYK00.400.030.25
HSL304.68º37.93%60.2%-
HSV(B)304.68º40.1%75.29%-
XYZ36.7327.0149.73-
YUV146.12150.51160.73-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.95%
GREEN value IS 115 (45.31% from 255) = 23.33%
BLUE value IS 186 (73.05% from 255) = 37.73%
R=38.95%
G=23.33%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211518600.400.030.25304.6837.9360.2
HexC073BA028319131263c
Octal3001632720503314614674
Binary1100000011100111011101001010001111001100110001100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C073BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C073BA; }

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

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

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

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

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

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

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

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