Html Css Color HEX #C535BA Fuchsia

📋 copy color: '#C535BA'

red 197 ◦ green 53 ◦ blue 186

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

Shades of Fuchsia #C535BA

Tints of Fuchsia #C535BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.66%

R = 45.18%
G = 12.16%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C535BA (or 0xC535BA) is known color: Fuchsia. HEX triplet: C5, 35 and BA. RGB value is (197,53,186). Sum of RGB (Red+Green+Blue) = 197+53+186=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 53 (21.09% from 255 or 12.16% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C535BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C535BA is #3ACA45. Grayscale: #6E6E6E. Windows color (decimal): -3852870 or 12203461. OLE color: 12203461.

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

Color convert

RGB 197 53 186 -
CMYK 0 0.73 0.06 0.23
HSL 304.58º 0.58% 0.49% -
HSV(B) 304.58º 0.73% 0.77% -
XYZ 33.16 17.96 48.17 -
YUV 111.22 170.21 189.19 -
System Red Green Blue C M Y K H S L
Decimal 197 53 186 0 0.73 0.06 0.23 304.58 0.58 0.49
Hex C5 35 BA 0 49 6 17 131 3A 31
Octal 305 65 272 0 111 6 27 461 72 61
Binary 11000101 110101 10111010 0 1001001 110 10111 100110001 111010 110001

Color Harmonies of #C535BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C535BA

Black with #C535BA

Text Example


Text Example

White with #C535BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C535BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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