Html Css Color HEX #C535AF Fuchsia

📋 copy color: '#C535AF'

red 197 ◦ green 53 ◦ blue 175

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

Shades of Fuchsia #C535AF

Tints of Fuchsia #C535AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.18%

R = 46.35%
G = 12.47%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C535AF (or 0xC535AF) is known color: Fuchsia. HEX triplet: C5, 35 and AF. RGB value is (197,53,175). Sum of RGB (Red+Green+Blue) = 197+53+175=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 53 (21.09% from 255 or 12.47% from 425); Blue value is 175 (68.75% from 255 or 41.18% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C535AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C535AF is #3ACA50. Grayscale: #6D6D6D. Windows color (decimal): -3852881 or 11482565. OLE color: 11482565.

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

Color convert

RGB 197 53 175 -
CMYK 0 0.73 0.11 0.23
HSL 309.17º 0.58% 0.49% -
HSV(B) 309.17º 0.73% 0.77% -
XYZ 32.04 17.51 42.25 -
YUV 109.96 164.71 190.08 -
System Red Green Blue C M Y K H S L
Decimal 197 53 175 0 0.73 0.11 0.23 309.17 0.58 0.49
Hex C5 35 AF 0 49 B 17 135 3A 31
Octal 305 65 257 0 111 13 27 465 72 61
Binary 11000101 110101 10101111 0 1001001 1011 10111 100110101 111010 110001

Color Harmonies of #C535AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C535AF

Black with #C535AF

Text Example


Text Example

White with #C535AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C535AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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