Html Css Color HEX #C154AB Fuchsia

📋 copy color: '#C154AB'

red 193 ◦ green 84 ◦ blue 171

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

Shades of Fuchsia #C154AB

Tints of Fuchsia #C154AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.17%

R = 43.08%
G = 18.75%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C154AB (or 0xC154AB) is known color: Fuchsia. HEX triplet: C1, 54 and AB. RGB value is (193,84,171). Sum of RGB (Red+Green+Blue) = 193+84+171=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 84 (33.20% from 255 or 18.75% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 193 - color contains mainly: red. Hex color #C154AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C154AB is #3EAB54. Grayscale: #7E7E7E. Windows color (decimal): -4107093 or 11228353. OLE color: 11228353.

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

Color convert

RGB 193 84 171 -
CMYK 0 0.56 0.11 0.24
HSL 312.11º 0.47% 0.54% -
HSV(B) 312.11º 0.56% 0.76% -
XYZ 32.51 20.62 40.79 -
YUV 126.51 153.11 175.43 -
System Red Green Blue C M Y K H S L
Decimal 193 84 171 0 0.56 0.11 0.24 312.11 0.47 0.54
Hex C1 54 AB 0 38 B 18 138 2F 36
Octal 301 124 253 0 70 13 30 470 57 66
Binary 11000001 1010100 10101011 0 111000 1011 11000 100111000 101111 110110

Color Harmonies of #C154AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C154AB

Black with #C154AB

Text Example


Text Example

White with #C154AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C154AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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