Html Css Color HEX #C154AA Fuchsia

📋 copy color: '#C154AA'

red 193 ◦ green 84 ◦ blue 170

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

Shades of Fuchsia #C154AA

Tints of Fuchsia #C154AA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.79%

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

R = 43.18%
G = 18.79%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C154AA (or 0xC154AA) is known color: Fuchsia. HEX triplet: C1, 54 and AA. RGB value is (193,84,170). Sum of RGB (Red+Green+Blue) = 193+84+170=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 84 (33.20% from 255 or 18.79% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 193 - color contains mainly: red. Hex color #C154AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C154AA is #3EAB55. Grayscale: #7E7E7E. Windows color (decimal): -4107094 or 11162817. OLE color: 11162817.

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

Color convert

RGB 193 84 170 -
CMYK 0 0.56 0.12 0.24
HSL 312.66º 0.47% 0.54% -
HSV(B) 312.66º 0.56% 0.76% -
XYZ 32.42 20.58 40.29 -
YUV 126.4 152.61 175.51 -
System Red Green Blue C M Y K H S L
Decimal 193 84 170 0 0.56 0.12 0.24 312.66 0.47 0.54
Hex C1 54 AA 0 38 C 18 139 2F 36
Octal 301 124 252 0 70 14 30 471 57 66
Binary 11000001 1010100 10101010 0 111000 1100 11000 100111001 101111 110110

Color Harmonies of #C154AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C154AA

Black with #C154AA

Text Example


Text Example

White with #C154AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C154AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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