#C374BA

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

Shades of Fuchsia #C374BA

Tints of Fuchsia #C374BA

Color information

#C374BA (or 0xC374BA) is unknown color: approx Fuchsia. HEX triplet: C3, 74 and BA. RGB value is (195,116,186). Sum of RGB (Red+Green+Blue) = 195+116+186=497 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.24% from 497); Green value is 116 (45.70% from 255 or 23.34% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 195 - color contains mainly: red. Hex color #C374BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C374BA is #3C8B45. Grayscale: #939393. Windows color (decimal): -3967814 or 12219587. OLE color: 12219587.

HSL color Cylindrical-coordinate representation of color #C374BA: hue angle of 306.84º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C374BA is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB195116186-
CMYK00.410.050.24
HSL306.84º39.7%60.98%-
HSV(B)306.84º40.51%76.47%-
XYZ37.6127.6449.81-
YUV147.6149.67161.81-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.24%
GREEN value IS 116 (45.70% from 255) = 23.34%
BLUE value IS 186 (73.05% from 255) = 37.42%
R=39.24%
G=23.34%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511618600.410.050.24306.8439.760.98
HexC374BA029518133283d
Octal3031642720515304635075
Binary11000011111010010111010010100110111000100110011101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C374BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C374BA; }

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

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

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

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

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

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

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

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