#C370BA

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

Shades of Fuchsia #C370BA

Tints of Fuchsia #C370BA

Color information

#C370BA (or 0xC370BA) is unknown color: approx Fuchsia. HEX triplet: C3, 70 and BA. RGB value is (195,112,186). Sum of RGB (Red+Green+Blue) = 195+112+186=493 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.55% from 493); Green value is 112 (44.14% from 255 or 22.72% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 195 - color contains mainly: red. Hex color #C370BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C370BA is #3C8F45. Grayscale: #919191. Windows color (decimal): -3968838 or 12218563. OLE color: 12218563.

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

Color convert

RGB195112186-
CMYK00.430.050.24
HSL306.51º40.89%60.2%-
HSV(B)306.51º42.56%76.47%-
XYZ37.1626.7449.66-
YUV145.25151163.48-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.55%
GREEN value IS 112 (44.14% from 255) = 22.72%
BLUE value IS 186 (73.05% from 255) = 37.73%
R=39.55%
G=22.72%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511218600.430.050.24306.5140.8960.2
HexC370BA02B518133293c
Octal3031602720535304635174
Binary11000011111000010111010010101110111000100110011101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C370BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C370BA; }

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

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

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

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

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

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

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

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