#C245AD

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

Shades of Fuchsia #C245AD

Tints of Fuchsia #C245AD

Color information

#C245AD (or 0xC245AD) is unknown color: approx Fuchsia. HEX triplet: C2, 45 and AD. RGB value is (194,69,173). Sum of RGB (Red+Green+Blue) = 194+69+173=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 69 (27.34% from 255 or 15.83% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C245AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C245AD is #3DBA52. Grayscale: #757575. Windows color (decimal): -4045395 or 11355586. OLE color: 11355586.

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

Color convert

RGB19469173-
CMYK00.640.110.24
HSL310.08º50.61%51.57%-
HSV(B)310.08º64.43%76.08%-
XYZ31.9218.7441.47-
YUV118.23158.91182.04-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.50%
GREEN value IS 69 (27.34% from 255) = 15.83%
BLUE value IS 173 (67.97% from 255) = 39.68%
R=44.50%
G=15.83%
B=39.68%

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
Decimal1946917300.640.110.24310.0850.6151.57
HexC245AD040B181363334
Octal302105255010013304666364
Binary1100001010001011010110101000000101111000100110110110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C245AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C245AD; }

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

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

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

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

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

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

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

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