#C374BB

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

Shades of Fuchsia #C374BB

Tints of Fuchsia #C374BB

Color information

#C374BB (or 0xC374BB) is unknown color: approx Fuchsia. HEX triplet: C3, 74 and BB. RGB value is (195,116,187). Sum of RGB (Red+Green+Blue) = 195+116+187=498 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.16% from 498); Green value is 116 (45.70% from 255 or 23.29% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 195 - color contains mainly: red. Hex color #C374BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C374BB is #3C8B44. Grayscale: #939393. Windows color (decimal): -3967813 or 12285123. OLE color: 12285123.

HSL color Cylindrical-coordinate representation of color #C374BB: hue angle of 306.08º 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 #C374BB is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB195116187-
CMYK00.410.040.24
HSL306.08º39.7%60.98%-
HSV(B)306.08º40.51%76.47%-
XYZ37.7227.6850.37-
YUV147.72150.17161.73-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.16%
GREEN value IS 116 (45.70% from 255) = 23.29%
BLUE value IS 187 (73.44% from 255) = 37.55%
R=39.16%
G=23.29%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511618700.410.040.24306.0839.760.98
HexC374BB029418132283d
Octal3031642730514304625075
Binary11000011111010010111011010100110011000100110010101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C374BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C374BB; }

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

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

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

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

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

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

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

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