Html Css Color HEX #C149AA Fuchsia

📋 copy color: '#C149AA'

red 193 ◦ green 73 ◦ blue 170

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

Shades of Fuchsia #C149AA

Tints of Fuchsia #C149AA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.74%

 BLUE value IS 170 (66.8% from 255) = 38.99%

R = 44.27%
G = 16.74%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C149AA (or 0xC149AA) is known color: Fuchsia. HEX triplet: C1, 49 and AA. RGB value is (193,73,170). Sum of RGB (Red+Green+Blue) = 193+73+170=436 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.27% from 436); Green value is 73 (28.91% from 255 or 16.74% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 193 - color contains mainly: red. Hex color #C149AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C149AA is #3EB655. Grayscale: #777777. Windows color (decimal): -4109910 or 11160001. OLE color: 11160001.

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

Color convert

RGB 193 73 170 -
CMYK 0 0.62 0.12 0.24
HSL 311.5º 0.49% 0.52% -
HSV(B) 311.5º 0.62% 0.76% -
XYZ 31.63 19 40.03 -
YUV 119.94 156.26 180.11 -
System Red Green Blue C M Y K H S L
Decimal 193 73 170 0 0.62 0.12 0.24 311.5 0.49 0.52
Hex C1 49 AA 0 3E C 18 138 31 34
Octal 301 111 252 0 76 14 30 470 61 64
Binary 11000001 1001001 10101010 0 111110 1100 11000 100111000 110001 110100

Color Harmonies of #C149AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C149AA

Black with #C149AA

Text Example


Text Example

White with #C149AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C149AA; }

 p { color: rgb(193,73,170); }

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

background-color css

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

 a { background-color: rgb(193,73,170); }

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

border-color css

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

 span { border-color: rgb(193,73,170); }

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