Html Css Color HEX #C533AD Fuchsia

📋 copy color: '#C533AD'

red 197 ◦ green 51 ◦ blue 173

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

Shades of Fuchsia #C533AD

Tints of Fuchsia #C533AD

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.11%

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

R = 46.79%
G = 12.11%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C533AD (or 0xC533AD) is known color: Fuchsia. HEX triplet: C5, 33 and AD. RGB value is (197,51,173). Sum of RGB (Red+Green+Blue) = 197+51+173=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 51 (20.31% from 255 or 12.11% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 197 - color contains mainly: red. Hex color #C533AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C533AD is #3ACC52. Grayscale: #6C6C6C. Windows color (decimal): -3853395 or 11350981. OLE color: 11350981.

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

Color convert

RGB 197 51 173 -
CMYK 0 0.74 0.12 0.23
HSL 309.86º 0.59% 0.49% -
HSV(B) 309.86º 0.74% 0.77% -
XYZ 31.75 17.26 41.19 -
YUV 108.56 164.37 191.08 -
System Red Green Blue C M Y K H S L
Decimal 197 51 173 0 0.74 0.12 0.23 309.86 0.59 0.49
Hex C5 33 AD 0 4A C 17 136 3B 31
Octal 305 63 255 0 112 14 27 466 73 61
Binary 11000101 110011 10101101 0 1001010 1100 10111 100110110 111011 110001

Color Harmonies of #C533AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C533AD

Black with #C533AD

Text Example


Text Example

White with #C533AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C533AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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