Html Css Color HEX #C160AD Fuchsia

📋 copy color: '#C160AD'

red 193 ◦ green 96 ◦ blue 173

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

Shades of Fuchsia #C160AD

Tints of Fuchsia #C160AD

RGB

 RED value IS 193 (75.78% from 255) = 41.77%

 GREEN value IS 96 (37.89% from 255) = 20.78%

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

R = 41.77%
G = 20.78%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C160AD (or 0xC160AD) is known color: Fuchsia. HEX triplet: C1, 60 and AD. RGB value is (193,96,173). Sum of RGB (Red+Green+Blue) = 193+96+173=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 96 (37.89% from 255 or 20.78% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 193 - color contains mainly: red. Hex color #C160AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C160AD is #3E9F52. Grayscale: #858585. Windows color (decimal): -4104019 or 11362497. OLE color: 11362497.

HSL color Cylindrical-coordinate representation of color #C160AD: hue angle of 312.37º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C160AD is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 96 173 -
CMYK 0 0.50 0.10 0.24
HSL 312.37º 0.44% 0.57% -
HSV(B) 312.37º 0.5% 0.76% -
XYZ 33.72 22.72 42.14 -
YUV 133.78 150.14 170.24 -
System Red Green Blue C M Y K H S L
Decimal 193 96 173 0 0.50 0.10 0.24 312.37 0.44 0.57
Hex C1 60 AD 0 32 A 18 138 2C 39
Octal 301 140 255 0 62 12 30 470 54 71
Binary 11000001 1100000 10101101 0 110010 1010 11000 100111000 101100 111001

Color Harmonies of #C160AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C160AD

Black with #C160AD

Text Example


Text Example

White with #C160AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C160AD; }

 p { color: rgb(193,96,173); }

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

background-color css

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

 a { background-color: rgb(193,96,173); }

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

border-color css

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

 span { border-color: rgb(193,96,173); }

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