#C635B4

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

Shades of Fuchsia #C635B4

Tints of Fuchsia #C635B4

Color information

#C635B4 (or 0xC635B4) is unknown color: approx Fuchsia. HEX triplet: C6, 35 and B4. RGB value is (198,53,180). Sum of RGB (Red+Green+Blue) = 198+53+180=431 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.94% from 431); Green value is 53 (21.09% from 255 or 12.30% from 431); Blue value is 180 (70.70% from 255 or 41.76% from 431); Max value from RGB is 198 - color contains mainly: red. Hex color #C635B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C635B4 is #39CA4B. Grayscale: #6E6E6E. Windows color (decimal): -3787340 or 11810246. OLE color: 11810246.

HSL color Cylindrical-coordinate representation of color #C635B4: hue angle of 307.45º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C635B4 is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB19853180-
CMYK00.730.090.22
HSL307.45º57.77%49.22%-
HSV(B)307.45º73.23%77.65%-
XYZ32.817.8544.9-
YUV110.83167.04190.17-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.94%
GREEN value IS 53 (21.09% from 255) = 12.30%
BLUE value IS 180 (70.70% from 255) = 41.76%
R=45.94%
G=12.30%
B=41.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1985318000.730.090.22307.4557.7749.22
HexC635B40499161333a31
Octal30665264011111264637261
Binary110001101101011011010001001001100110110100110011111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C635B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C635B4; }

 p { color: rgb(198,53,180); }

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

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

 a { background-color: rgb(198,53,180); }

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

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

 span { border-color: rgb(198,53,180); }

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