#C072BA

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

Shades of Fuchsia #C072BA

Tints of Fuchsia #C072BA

Color information

#C072BA (or 0xC072BA) is unknown color: approx Fuchsia. HEX triplet: C0, 72 and BA. RGB value is (192,114,186). Sum of RGB (Red+Green+Blue) = 192+114+186=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 114 (44.92% from 255 or 23.17% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 192 - color contains mainly: red. Hex color #C072BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C072BA is #3F8D45. Grayscale: #919191. Windows color (decimal): -4164934 or 12219072. OLE color: 12219072.

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

Color convert

RGB192114186-
CMYK00.410.030.25
HSL304.62º38.24%60%-
HSV(B)304.62º40.62%75.29%-
XYZ36.6226.7949.69-
YUV145.53150.84161.15-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.02%
GREEN value IS 114 (44.92% from 255) = 23.17%
BLUE value IS 186 (73.05% from 255) = 37.80%
R=39.02%
G=23.17%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211418600.410.030.25304.6238.2460
HexC072BA029319131263c
Octal3001622720513314614674
Binary1100000011100101011101001010011111001100110001100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C072BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C072BA; }

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

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

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

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

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

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

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

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