#C635CA

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

Shades of Fuchsia #C635CA

Tints of Fuchsia #C635CA

Color information

#C635CA (or 0xC635CA) is unknown color: approx Fuchsia. HEX triplet: C6, 35 and CA. RGB value is (198,53,202). Sum of RGB (Red+Green+Blue) = 198+53+202=453 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.71% from 453); Green value is 53 (21.09% from 255 or 11.70% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 202 - color contains mainly: blue. Hex color #C635CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C635CA is #39CA35. Grayscale: #707070. Windows color (decimal): -3787318 or 13252038. OLE color: 13252038.

HSL color Cylindrical-coordinate representation of color #C635CA: hue angle of 298.39º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C635CA is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19853202-
CMYK0.020.7400.21
HSL298.39º58.43%50%-
HSV(B)298.39º73.76%79.22%-
XYZ35.2218.8257.65-
YUV113.34178.04188.38-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.71%
GREEN value IS 53 (21.09% from 255) = 11.70%
BLUE value IS 202 (79.30% from 255) = 44.59%
R=43.71%
G=11.70%
B=44.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal198532020.020.7400.21298.3958.4350
HexC635CA24A01512a3a32
Octal3066531221120254527262
Binary1100011011010111001010101001010010101100101010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C635CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C635CA; }

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

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

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

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

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

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

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

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