#c635aa

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

Shades of Fuchsia #C635AA

Tints of Fuchsia #C635AA

Color information

#C635AA (or 0xC635AA) is unknown color: approx Fuchsia. HEX triplet: C6, 35 and AA. RGB value is (198,53,170). Sum of RGB (Red+Green+Blue) = 198+53+170=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 53 (21.09% from 255 or 12.59% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 198 - color contains mainly: red. Hex color #C635AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C635AA is #39CA55. Grayscale: #6D6D6D. Windows color (decimal): -3787350 or 11154886. OLE color: 11154886.

HSL color Cylindrical-coordinate representation of color #C635AA: hue angle of 311.59º 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 #C635AA is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB19853170-
CMYK00.730.140.22
HSL311.59º57.77%49.22%-
HSV(B)311.59º73.23%77.65%-
XYZ31.8217.4539.72-
YUV109.69162.04190.99-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.03%
GREEN value IS 53 (21.09% from 255) = 12.59%
BLUE value IS 170 (66.80% from 255) = 40.38%
R=47.03%
G=12.59%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1985317000.730.140.22311.5957.7749.22
HexC635AA049E161383a31
Octal30665252011116264707261
Binary110001101101011010101001001001111010110100111000111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c635aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c635aa; }

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

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

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

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

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

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

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

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