#C250AA

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

Shades of Fuchsia #C250AA

Tints of Fuchsia #C250AA

Color information

#C250AA (or 0xC250AA) is unknown color: approx Fuchsia. HEX triplet: C2, 50 and AA. RGB value is (194,80,170). Sum of RGB (Red+Green+Blue) = 194+80+170=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 80 (31.64% from 255 or 18.02% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 194 - color contains mainly: red. Hex color #C250AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C250AA is #3DAF55. Grayscale: #7C7C7C. Windows color (decimal): -4042582 or 11161794. OLE color: 11161794.

HSL color Cylindrical-coordinate representation of color #C250AA: hue angle of 312.63º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C250AA is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB19480170-
CMYK00.590.120.24
HSL312.63º48.31%53.73%-
HSV(B)312.63º58.76%76.08%-
XYZ32.3720.1140.21-
YUV124.35153.77177.68-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.69%
GREEN value IS 80 (31.64% from 255) = 18.02%
BLUE value IS 170 (66.80% from 255) = 38.29%
R=43.69%
G=18.02%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948017000.590.120.24312.6348.3153.73
HexC250AA03BC181393036
Octal30212025207314304716066
Binary110000101010000101010100111011110011000100111001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C250AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C250AA; }

 p { color: rgb(194,80,170); }

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

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

 a { background-color: rgb(194,80,170); }

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

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

 span { border-color: rgb(194,80,170); }

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