#C245BD

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

Shades of Fuchsia #C245BD

Tints of Fuchsia #C245BD

Color information

#C245BD (or 0xC245BD) is unknown color: approx Fuchsia. HEX triplet: C2, 45 and BD. RGB value is (194,69,189). Sum of RGB (Red+Green+Blue) = 194+69+189=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 69 (27.34% from 255 or 15.27% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C245BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C245BD is #3DBA42. Grayscale: #777777. Windows color (decimal): -4045379 or 12404162. OLE color: 12404162.

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

Color convert

RGB19469189-
CMYK00.640.030.24
HSL302.4º50.61%51.57%-
HSV(B)302.4º64.43%76.08%-
XYZ33.5619.450.12-
YUV120.06166.91180.74-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.92%
GREEN value IS 69 (27.34% from 255) = 15.27%
BLUE value IS 189 (74.22% from 255) = 41.81%
R=42.92%
G=15.27%
B=41.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1946918900.640.030.24302.450.6151.57
HexC245BD04031812e3334
Octal30210527501003304566364
Binary11000010100010110111101010000001111000100101110110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C245BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C245BD; }

 p { color: rgb(194,69,189); }

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

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

 a { background-color: rgb(194,69,189); }

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

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

 span { border-color: rgb(194,69,189); }

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