#C375BD

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

Shades of Fuchsia #C375BD

Tints of Fuchsia #C375BD

Color information

#C375BD (or 0xC375BD) is unknown color: approx Fuchsia. HEX triplet: C3, 75 and BD. RGB value is (195,117,189). Sum of RGB (Red+Green+Blue) = 195+117+189=501 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.92% from 501); Green value is 117 (46.09% from 255 or 23.35% from 501); Blue value is 189 (74.22% from 255 or 37.72% from 501); Max value from RGB is 195 - color contains mainly: red. Hex color #C375BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C375BD is #3C8A42. Grayscale: #949494. Windows color (decimal): -3967555 or 12416451. OLE color: 12416451.

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

Color convert

RGB195117189-
CMYK00.40.030.24
HSL304.62º39.39%61.18%-
HSV(B)304.62º40%76.47%-
XYZ38.052851.54-
YUV148.53150.84161.15-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.92%
GREEN value IS 117 (46.09% from 255) = 23.35%
BLUE value IS 189 (74.22% from 255) = 37.72%
R=38.92%
G=23.35%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511718900.40.030.24304.6239.3961.18
HexC375BD028318131273d
Octal3031652750503304614775
Binary1100001111101011011110101010001111000100110001100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C375BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C375BD; }

 p { color: rgb(195,117,189); }

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

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

 a { background-color: rgb(195,117,189); }

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

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

 span { border-color: rgb(195,117,189); }

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