#C251C5

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

Shades of Fuchsia #C251C5

Tints of Fuchsia #C251C5

Color information

#C251C5 (or 0xC251C5) is unknown color: approx Fuchsia. HEX triplet: C2, 51 and C5. RGB value is (194,81,197). Sum of RGB (Red+Green+Blue) = 194+81+197=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 81 (32.03% from 255 or 17.16% from 472); Blue value is 197 (77.34% from 255 or 41.74% from 472); Max value from RGB is 197 - color contains mainly: blue. Hex color #C251C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C251C5 is #3DAE3A. Grayscale: #7F7F7F. Windows color (decimal): -4042299 or 12931522. OLE color: 12931522.

HSL color Cylindrical-coordinate representation of color #C251C5: hue angle of 298.45º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C251C5 is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB19481197-
CMYK0.020.5900.23
HSL298.45º50%54.51%-
HSV(B)298.45º58.88%77.25%-
XYZ35.2721.3955.09-
YUV128.01166.94175.07-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.10%
GREEN value IS 81 (32.03% from 255) = 17.16%
BLUE value IS 197 (77.34% from 255) = 41.74%
R=41.10%
G=17.16%
B=41.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal194811970.020.5900.23298.455054.51
HexC251C523B01712a3237
Octal3021213052730274526267
Binary1100001010100011100010110111011010111100101010110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C251C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C251C5; }

 p { color: rgb(194,81,197); }

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

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

 a { background-color: rgb(194,81,197); }

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

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

 span { border-color: rgb(194,81,197); }

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