Html Css Color HEX #C146AE Fuchsia

📋 copy color: '#C146AE'

red 193 ◦ green 70 ◦ blue 174

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

Shades of Fuchsia #C146AE

Tints of Fuchsia #C146AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 39.82%

R = 44.16%
G = 16.02%
B = 39.82%

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

#C146AE (or 0xC146AE) is known color: Fuchsia. HEX triplet: C1, 46 and AE. RGB value is (193,70,174). Sum of RGB (Red+Green+Blue) = 193+70+174=437 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.16% from 437); Green value is 70 (27.73% from 255 or 16.02% from 437); Blue value is 174 (68.36% from 255 or 39.82% from 437); Max value from RGB is 193 - color contains mainly: red. Hex color #C146AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C146AE is #3EB951. Grayscale: #767676. Windows color (decimal): -4110674 or 11421377. OLE color: 11421377.

HSL color Cylindrical-coordinate representation of color #C146AE: hue angle of 309.27º 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 #C146AE is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 70 174 -
CMYK 0 0.64 0.10 0.24
HSL 309.27º 0.5% 0.52% -
HSV(B) 309.27º 0.64% 0.76% -
XYZ 31.82 18.77 41.99 -
YUV 118.63 159.25 181.04 -
System Red Green Blue C M Y K H S L
Decimal 193 70 174 0 0.64 0.10 0.24 309.27 0.5 0.52
Hex C1 46 AE 0 40 A 18 135 32 34
Octal 301 106 256 0 100 12 30 465 62 64
Binary 11000001 1000110 10101110 0 1000000 1010 11000 100110101 110010 110100

Color Harmonies of #C146AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C146AE

Black with #C146AE

Text Example


Text Example

White with #C146AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C146AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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