Html Css Color HEX #C535AD Fuchsia

📋 copy color: '#C535AD'

red 197 ◦ green 53 ◦ blue 173

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

Shades of Fuchsia #C535AD

Tints of Fuchsia #C535AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.9%

R = 46.57%
G = 12.53%
B = 40.9%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C535AD (or 0xC535AD) is known color: Fuchsia. HEX triplet: C5, 35 and AD. RGB value is (197,53,173). Sum of RGB (Red+Green+Blue) = 197+53+173=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 53 (21.09% from 255 or 12.53% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C535AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C535AD is #3ACA52. Grayscale: #6D6D6D. Windows color (decimal): -3852883 or 11351493. OLE color: 11351493.

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

Color convert

RGB 197 53 173 -
CMYK 0 0.73 0.12 0.23
HSL 310º 0.58% 0.49% -
HSV(B) 310º 0.73% 0.77% -
XYZ 31.84 17.43 41.22 -
YUV 109.74 163.71 190.24 -
System Red Green Blue C M Y K H S L
Decimal 197 53 173 0 0.73 0.12 0.23 310 0.58 0.49
Hex C5 35 AD 0 49 C 17 136 3A 31
Octal 305 65 255 0 111 14 27 466 72 61
Binary 11000101 110101 10101101 0 1001001 1100 10111 100110110 111010 110001

Color Harmonies of #C535AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C535AD

Black with #C535AD

Text Example


Text Example

White with #C535AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C535AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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