Html Css Color HEX #C157AA Fuchsia

📋 copy color: '#C157AA'

red 193 ◦ green 87 ◦ blue 170

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

Shades of Fuchsia #C157AA

Tints of Fuchsia #C157AA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.33%

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

R = 42.89%
G = 19.33%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C157AA (or 0xC157AA) is known color: Fuchsia. HEX triplet: C1, 57 and AA. RGB value is (193,87,170). Sum of RGB (Red+Green+Blue) = 193+87+170=450 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.89% from 450); Green value is 87 (34.38% from 255 or 19.33% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 193 - color contains mainly: red. Hex color #C157AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C157AA is #3EA855. Grayscale: #7F7F7F. Windows color (decimal): -4106326 or 11163585. OLE color: 11163585.

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

Color convert

RGB 193 87 170 -
CMYK 0 0.55 0.12 0.24
HSL 313.02º 0.46% 0.55% -
HSV(B) 313.02º 0.55% 0.76% -
XYZ 32.66 21.06 40.37 -
YUV 128.16 151.62 174.25 -
System Red Green Blue C M Y K H S L
Decimal 193 87 170 0 0.55 0.12 0.24 313.02 0.46 0.55
Hex C1 57 AA 0 37 C 18 139 2E 37
Octal 301 127 252 0 67 14 30 471 56 67
Binary 11000001 1010111 10101010 0 110111 1100 11000 100111001 101110 110111

Color Harmonies of #C157AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C157AA

Black with #C157AA

Text Example


Text Example

White with #C157AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C157AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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