Html Css Color HEX #C535AB Fuchsia

📋 copy color: '#C535AB'

red 197 ◦ green 53 ◦ blue 171

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

Shades of Fuchsia #C535AB

Tints of Fuchsia #C535AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.62%

R = 46.79%
G = 12.59%
B = 40.62%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C535AB (or 0xC535AB) is known color: Fuchsia. HEX triplet: C5, 35 and AB. RGB value is (197,53,171). Sum of RGB (Red+Green+Blue) = 197+53+171=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 53 (21.09% from 255 or 12.59% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 197 - color contains mainly: red. Hex color #C535AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C535AB is #3ACA54. Grayscale: #6D6D6D. Windows color (decimal): -3852885 or 11220421. OLE color: 11220421.

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

Color convert

RGB 197 53 171 -
CMYK 0 0.73 0.13 0.23
HSL 310.83º 0.58% 0.49% -
HSV(B) 310.83º 0.73% 0.77% -
XYZ 31.65 17.36 40.21 -
YUV 109.51 162.71 190.41 -
System Red Green Blue C M Y K H S L
Decimal 197 53 171 0 0.73 0.13 0.23 310.83 0.58 0.49
Hex C5 35 AB 0 49 D 17 137 3A 31
Octal 305 65 253 0 111 15 27 467 72 61
Binary 11000101 110101 10101011 0 1001001 1101 10111 100110111 111010 110001

Color Harmonies of #C535AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C535AB

Black with #C535AB

Text Example


Text Example

White with #C535AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C535AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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