#C074BA

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

Shades of Fuchsia #C074BA

Tints of Fuchsia #C074BA

Color information

#C074BA (or 0xC074BA) is unknown color: approx Fuchsia. HEX triplet: C0, 74 and BA. RGB value is (192,116,186). Sum of RGB (Red+Green+Blue) = 192+116+186=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 116 (45.70% from 255 or 23.48% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 192 - color contains mainly: red. Hex color #C074BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C074BA is #3F8B45. Grayscale: #929292. Windows color (decimal): -4164422 or 12219584. OLE color: 12219584.

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

Color convert

RGB192116186-
CMYK00.400.030.25
HSL304.74º37.62%60.39%-
HSV(B)304.74º39.58%75.29%-
XYZ36.8527.2449.77-
YUV146.7150.18160.31-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.87%
GREEN value IS 116 (45.70% from 255) = 23.48%
BLUE value IS 186 (73.05% from 255) = 37.65%
R=38.87%
G=23.48%
B=37.65%

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
Decimal19211618600.400.030.25304.7437.6260.39
HexC074BA028319131263c
Octal3001642720503314614674
Binary1100000011101001011101001010001111001100110001100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C074BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C074BA; }

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

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

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

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

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

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

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

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