#C248BC

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

Shades of Fuchsia #C248BC

Tints of Fuchsia #C248BC

Color information

#C248BC (or 0xC248BC) is unknown color: approx Fuchsia. HEX triplet: C2, 48 and BC. RGB value is (194,72,188). Sum of RGB (Red+Green+Blue) = 194+72+188=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 72 (28.52% from 255 or 15.86% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 194 - color contains mainly: red. Hex color #C248BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C248BC is #3DB743. Grayscale: #797979. Windows color (decimal): -4044612 or 12339394. OLE color: 12339394.

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

Color convert

RGB19472188-
CMYK00.630.030.24
HSL302.95º50%52.16%-
HSV(B)302.95º62.89%76.08%-
XYZ33.6419.7349.61-
YUV121.7165.42179.57-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.73%
GREEN value IS 72 (28.52% from 255) = 15.86%
BLUE value IS 188 (73.83% from 255) = 41.41%
R=42.73%
G=15.86%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947218800.630.030.24302.955052.16
HexC248BC03F31812f3234
Octal3021102740773304576264
Binary1100001010010001011110001111111111000100101111110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C248BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C248BC; }

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

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

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

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

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

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

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

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