#C248AF

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

Shades of Fuchsia #C248AF

Tints of Fuchsia #C248AF

Color information

#C248AF (or 0xC248AF) is unknown color: approx Fuchsia. HEX triplet: C2, 48 and AF. RGB value is (194,72,175). Sum of RGB (Red+Green+Blue) = 194+72+175=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 72 (28.52% from 255 or 16.33% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 194 - color contains mainly: red. Hex color #C248AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C248AF is #3DB750. Grayscale: #777777. Windows color (decimal): -4044625 or 11487426. OLE color: 11487426.

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

Color convert

RGB19472175-
CMYK00.630.100.24
HSL309.34º50%52.16%-
HSV(B)309.34º62.89%76.08%-
XYZ32.319.242.56-
YUV120.22158.92180.62-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.99%
GREEN value IS 72 (28.52% from 255) = 16.33%
BLUE value IS 175 (68.75% from 255) = 39.68%
R=43.99%
G=16.33%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947217500.630.100.24309.345052.16
HexC248AF03FA181353234
Octal30211025707712304656264
Binary110000101001000101011110111111101011000100110101110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C248AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C248AF; }

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

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

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

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

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

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

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

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