#C245AC

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

Shades of Fuchsia #C245AC

Tints of Fuchsia #C245AC

Color information

#C245AC (or 0xC245AC) is unknown color: approx Fuchsia. HEX triplet: C2, 45 and AC. RGB value is (194,69,172). Sum of RGB (Red+Green+Blue) = 194+69+172=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 69 (27.34% from 255 or 15.86% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C245AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C245AC is #3DBA53. Grayscale: #757575. Windows color (decimal): -4045396 or 11290050. OLE color: 11290050.

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

Color convert

RGB19469172-
CMYK00.640.110.24
HSL310.56º50.61%51.57%-
HSV(B)310.56º64.43%76.08%-
XYZ31.8218.740.96-
YUV118.12158.41182.12-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.60%
GREEN value IS 69 (27.34% from 255) = 15.86%
BLUE value IS 172 (67.58% from 255) = 39.54%
R=44.60%
G=15.86%
B=39.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1946917200.640.110.24310.5650.6151.57
HexC245AC040B181373334
Octal302105254010013304676364
Binary1100001010001011010110001000000101111000100110111110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C245AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C245AC; }

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

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

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

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

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

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

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

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