Html Css Color HEX #C535AA Fuchsia

📋 copy color: '#C535AA'

red 197 ◦ green 53 ◦ blue 170

#C535AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #C535AA

Tints of Fuchsia #C535AA

RGB

 RED value IS 197 (77.34% from 255) = 46.9%

 GREEN value IS 53 (21.09% from 255) = 12.62%

 BLUE value IS 170 (66.8% from 255) = 40.48%

R = 46.9%
G = 12.62%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C535AA (or 0xC535AA) is known color: Fuchsia. HEX triplet: C5, 35 and AA. RGB value is (197,53,170). Sum of RGB (Red+Green+Blue) = 197+53+170=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 53 (21.09% from 255 or 12.62% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 197 - color contains mainly: red. Hex color #C535AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C535AA is #3ACA55. Grayscale: #6D6D6D. Windows color (decimal): -3852886 or 11154885. OLE color: 11154885.

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

Color convert

RGB 197 53 170 -
CMYK 0 0.73 0.14 0.23
HSL 311.25º 0.58% 0.49% -
HSV(B) 311.25º 0.73% 0.77% -
XYZ 31.55 17.32 39.71 -
YUV 109.39 162.21 190.49 -
System Red Green Blue C M Y K H S L
Decimal 197 53 170 0 0.73 0.14 0.23 311.25 0.58 0.49
Hex C5 35 AA 0 49 E 17 137 3A 31
Octal 305 65 252 0 111 16 27 467 72 61
Binary 11000101 110101 10101010 0 1001001 1110 10111 100110111 111010 110001

Color Harmonies of #C535AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C535AA

Black with #C535AA

Text Example


Text Example

White with #C535AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C535AA; }

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

 H1.HeaderClassName
 {
   color: #C535AA;
 }
 .AnyTagClassName
 {
   color: #C535AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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