Html Css Color HEX #C146AD Fuchsia

📋 copy color: '#C146AD'

red 193 ◦ green 70 ◦ blue 173

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

Shades of Fuchsia #C146AD

Tints of Fuchsia #C146AD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.06%

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

R = 44.27%
G = 16.06%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C146AD (or 0xC146AD) is known color: Fuchsia. HEX triplet: C1, 46 and AD. RGB value is (193,70,173). Sum of RGB (Red+Green+Blue) = 193+70+173=436 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.27% from 436); Green value is 70 (27.73% from 255 or 16.06% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 193 - color contains mainly: red. Hex color #C146AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C146AD is #3EB952. Grayscale: #767676. Windows color (decimal): -4110675 or 11355841. OLE color: 11355841.

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

Color convert

RGB 193 70 173 -
CMYK 0 0.64 0.10 0.24
HSL 309.76º 0.5% 0.52% -
HSV(B) 309.76º 0.64% 0.76% -
XYZ 31.73 18.73 41.48 -
YUV 118.52 158.75 181.12 -
System Red Green Blue C M Y K H S L
Decimal 193 70 173 0 0.64 0.10 0.24 309.76 0.5 0.52
Hex C1 46 AD 0 40 A 18 136 32 34
Octal 301 106 255 0 100 12 30 466 62 64
Binary 11000001 1000110 10101101 0 1000000 1010 11000 100110110 110010 110100

Color Harmonies of #C146AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C146AD

Black with #C146AD

Text Example


Text Example

White with #C146AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C146AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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