#C250C6

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

Shades of Fuchsia #C250C6

Tints of Fuchsia #C250C6

Color information

#C250C6 (or 0xC250C6) is unknown color: approx Fuchsia. HEX triplet: C2, 50 and C6. RGB value is (194,80,198). Sum of RGB (Red+Green+Blue) = 194+80+198=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 80 (31.64% from 255 or 16.95% from 472); Blue value is 198 (77.73% from 255 or 41.95% from 472); Max value from RGB is 198 - color contains mainly: blue. Hex color #C250C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C250C6 is #3DAF39. Grayscale: #7F7F7F. Windows color (decimal): -4042554 or 12996802. OLE color: 12996802.

HSL color Cylindrical-coordinate representation of color #C250C6: hue angle of 297.97º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C250C6 is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19480198-
CMYK0.020.6000.22
HSL297.97º50.86%54.51%-
HSV(B)297.97º59.6%77.65%-
XYZ35.3121.2855.67-
YUV127.54167.77175.41-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.10%
GREEN value IS 80 (31.64% from 255) = 16.95%
BLUE value IS 198 (77.73% from 255) = 41.95%
R=41.10%
G=16.95%
B=41.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal194801980.020.6000.22297.9750.8654.51
HexC250C623C01612a3337
Octal3021203062740264526367
Binary1100001010100001100011010111100010110100101010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C250C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C250C6; }

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

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

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

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

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

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

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

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