#C373BE

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

Shades of Fuchsia #C373BE

Tints of Fuchsia #C373BE

Color information

#C373BE (or 0xC373BE) is unknown color: approx Fuchsia. HEX triplet: C3, 73 and BE. RGB value is (195,115,190). Sum of RGB (Red+Green+Blue) = 195+115+190=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 115 (45.31% from 255 or 23% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 195 - color contains mainly: red. Hex color #C373BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C373BE is #3C8C41. Grayscale: #939393. Windows color (decimal): -3968066 or 12481475. OLE color: 12481475.

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

Color convert

RGB195115190-
CMYK00.410.030.24
HSL303.75º40%60.78%-
HSV(B)303.75º41.03%76.47%-
XYZ37.9327.5852.04-
YUV147.47152161.9-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39%
GREEN value IS 115 (45.31% from 255) = 23%
BLUE value IS 190 (74.61% from 255) = 38%
R=39%
G=23%
B=38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511519000.410.030.24303.754060.78
HexC373BE029318130283d
Octal3031632760513304605075
Binary1100001111100111011111001010011111000100110000101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C373BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C373BE; }

 p { color: rgb(195,115,190); }

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

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

 a { background-color: rgb(195,115,190); }

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

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

 span { border-color: rgb(195,115,190); }

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