Html Css Color HEX #C157AF Fuchsia

📋 copy color: '#C157AF'

red 193 ◦ green 87 ◦ blue 175

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

Shades of Fuchsia #C157AF

Tints of Fuchsia #C157AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.46%

R = 42.42%
G = 19.12%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C157AF (or 0xC157AF) is known color: Fuchsia. HEX triplet: C1, 57 and AF. RGB value is (193,87,175). Sum of RGB (Red+Green+Blue) = 193+87+175=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 87 (34.38% from 255 or 19.12% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 193 - color contains mainly: red. Hex color #C157AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C157AF is #3EA850. Grayscale: #808080. Windows color (decimal): -4106321 or 11491265. OLE color: 11491265.

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

Color convert

RGB 193 87 175 -
CMYK 0 0.55 0.09 0.24
HSL 310.19º 0.46% 0.55% -
HSV(B) 310.19º 0.55% 0.76% -
XYZ 33.14 21.25 42.91 -
YUV 128.73 154.12 173.84 -
System Red Green Blue C M Y K H S L
Decimal 193 87 175 0 0.55 0.09 0.24 310.19 0.46 0.55
Hex C1 57 AF 0 37 9 18 136 2E 37
Octal 301 127 257 0 67 11 30 466 56 67
Binary 11000001 1010111 10101111 0 110111 1001 11000 100110110 101110 110111

Color Harmonies of #C157AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C157AF

Black with #C157AF

Text Example


Text Example

White with #C157AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C157AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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