Html Css Color HEX #C157B2 Fuchsia

📋 copy color: '#C157B2'

red 193 ◦ green 87 ◦ blue 178

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

Shades of Fuchsia #C157B2

Tints of Fuchsia #C157B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.86%

R = 42.14%
G = 19%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C157B2 (or 0xC157B2) is known color: Fuchsia. HEX triplet: C1, 57 and B2. RGB value is (193,87,178). Sum of RGB (Red+Green+Blue) = 193+87+178=458 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.14% from 458); Green value is 87 (34.38% from 255 or 19.00% from 458); Blue value is 178 (69.92% from 255 or 38.86% from 458); Max value from RGB is 193 - color contains mainly: red. Hex color #C157B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C157B2 is #3EA84D. Grayscale: #808080. Windows color (decimal): -4106318 or 11687873. OLE color: 11687873.

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

Color convert

RGB 193 87 178 -
CMYK 0 0.55 0.08 0.24
HSL 308.49º 0.46% 0.55% -
HSV(B) 308.49º 0.55% 0.76% -
XYZ 33.44 21.37 44.48 -
YUV 129.07 155.62 173.6 -
System Red Green Blue C M Y K H S L
Decimal 193 87 178 0 0.55 0.08 0.24 308.49 0.46 0.55
Hex C1 57 B2 0 37 8 18 134 2E 37
Octal 301 127 262 0 67 10 30 464 56 67
Binary 11000001 1010111 10110010 0 110111 1000 11000 100110100 101110 110111

Color Harmonies of #C157B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C157B2

Black with #C157B2

Text Example


Text Example

White with #C157B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C157B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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