#C535C8

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

Shades of Fuchsia #C535C8

Tints of Fuchsia #C535C8

Color information

#C535C8 (or 0xC535C8) is unknown color: approx Fuchsia. HEX triplet: C5, 35 and C8. RGB value is (197,53,200). Sum of RGB (Red+Green+Blue) = 197+53+200=450 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.78% from 450); Green value is 53 (21.09% from 255 or 11.78% from 450); Blue value is 200 (78.52% from 255 or 44.44% from 450); Max value from RGB is 200 - color contains mainly: blue. Hex color #C535C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C535C8 is #3ACA37. Grayscale: #707070. Windows color (decimal): -3852856 or 13120965. OLE color: 13120965.

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

Color convert

RGB19753200-
CMYK0.020.7400.22
HSL298.78º58.1%49.61%-
HSV(B)298.78º73.5%78.43%-
XYZ34.7218.5956.4-
YUV112.81177.21188.05-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.78%
GREEN value IS 53 (21.09% from 255) = 11.78%
BLUE value IS 200 (78.52% from 255) = 44.44%
R=43.78%
G=11.78%
B=44.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal197532000.020.7400.22298.7858.149.61
HexC535C824A01612b3a32
Octal3056531021120264537262
Binary1100010111010111001000101001010010110100101011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C535C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C535C8; }

 p { color: rgb(197,53,200); }

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

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

 a { background-color: rgb(197,53,200); }

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

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

 span { border-color: rgb(197,53,200); }

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