#C651CA

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

Shades of Fuchsia #C651CA

Tints of Fuchsia #C651CA

Color information

#C651CA (or 0xC651CA) is unknown color: approx Fuchsia. HEX triplet: C6, 51 and CA. RGB value is (198,81,202). Sum of RGB (Red+Green+Blue) = 198+81+202=481 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.16% from 481); Green value is 81 (32.03% from 255 or 16.84% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: blue. Hex color #C651CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C651CA is #39AE35. Grayscale: #818181. Windows color (decimal): -3780150 or 13259206. OLE color: 13259206.

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

Color convert

RGB19881202-
CMYK0.020.6000.21
HSL298.02º53.3%55.49%-
HSV(B)298.02º59.9%79.22%-
XYZ36.8922.1558.21-
YUV129.78168.76176.66-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.16%
GREEN value IS 81 (32.03% from 255) = 16.84%
BLUE value IS 202 (79.30% from 255) = 42.00%
R=41.16%
G=16.84%
B=42.00%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal198812020.020.6000.21298.0253.355.49
HexC651CA23C01512a3537
Octal3061213122740254526567
Binary1100011010100011100101010111100010101100101010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C651CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C651CA; }

 p { color: rgb(198,81,202); }

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

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

 a { background-color: rgb(198,81,202); }

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

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

 span { border-color: rgb(198,81,202); }

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