#C248BE

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

Shades of Fuchsia #C248BE

Tints of Fuchsia #C248BE

Color information

#C248BE (or 0xC248BE) is unknown color: approx Fuchsia. HEX triplet: C2, 48 and BE. RGB value is (194,72,190). Sum of RGB (Red+Green+Blue) = 194+72+190=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 72 (28.52% from 255 or 15.79% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 194 - color contains mainly: red. Hex color #C248BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C248BE is #3DB741. Grayscale: #797979. Windows color (decimal): -4044610 or 12470466. OLE color: 12470466.

HSL color Cylindrical-coordinate representation of color #C248BE: hue angle of 301.97º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C248BE is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB19472190-
CMYK00.630.020.24
HSL301.97º50%52.16%-
HSV(B)301.97º62.89%76.08%-
XYZ33.8619.8250.76-
YUV121.93166.42179.41-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.54%
GREEN value IS 72 (28.52% from 255) = 15.79%
BLUE value IS 190 (74.61% from 255) = 41.67%
R=42.54%
G=15.79%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947219000.630.020.24301.975052.16
HexC248BE03F21812e3234
Octal3021102760772304566264
Binary1100001010010001011111001111111011000100101110110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C248BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C248BE; }

 p { color: rgb(194,72,190); }

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

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

 a { background-color: rgb(194,72,190); }

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

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

 span { border-color: rgb(194,72,190); }

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