Html Css Color HEX #C530AD Fuchsia

📋 copy color: '#C530AD'

red 197 ◦ green 48 ◦ blue 173

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

Shades of Fuchsia #C530AD

Tints of Fuchsia #C530AD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.48%

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

R = 47.13%
G = 11.48%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C530AD (or 0xC530AD) is known color: Fuchsia. HEX triplet: C5, 30 and AD. RGB value is (197,48,173). Sum of RGB (Red+Green+Blue) = 197+48+173=418 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.13% from 418); Green value is 48 (19.14% from 255 or 11.48% from 418); Blue value is 173 (67.97% from 255 or 41.39% from 418); Max value from RGB is 197 - color contains mainly: red. Hex color #C530AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C530AD is #3ACF52. Grayscale: #6A6A6A. Windows color (decimal): -3854163 or 11350213. OLE color: 11350213.

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

Color convert

RGB 197 48 173 -
CMYK 0 0.76 0.12 0.23
HSL 309.66º 0.61% 0.48% -
HSV(B) 309.66º 0.76% 0.77% -
XYZ 31.63 17 41.15 -
YUV 106.8 165.36 192.34 -
System Red Green Blue C M Y K H S L
Decimal 197 48 173 0 0.76 0.12 0.23 309.66 0.61 0.48
Hex C5 30 AD 0 4C C 17 136 3D 30
Octal 305 60 255 0 114 14 27 466 75 60
Binary 11000101 110000 10101101 0 1001100 1100 10111 100110110 111101 110000

Color Harmonies of #C530AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C530AD

Black with #C530AD

Text Example


Text Example

White with #C530AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C530AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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