Html Css Color HEX #C157C3 Fuchsia

📋 copy color: '#C157C3'

red 193 ◦ green 87 ◦ blue 195

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

Shades of Fuchsia #C157C3

Tints of Fuchsia #C157C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 41.05%

R = 40.63%
G = 18.32%
B = 41.05%

CMYK

 C value IS 0.01

 M value IS 0.55

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C157C3 (or 0xC157C3) is known color: Fuchsia. HEX triplet: C1, 57 and C3. RGB value is (193,87,195). Sum of RGB (Red+Green+Blue) = 193+87+195=475 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.63% from 475); Green value is 87 (34.38% from 255 or 18.32% from 475); Blue value is 195 (76.56% from 255 or 41.05% from 475); Max value from RGB is 195 - color contains mainly: blue. Hex color #C157C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C157C3 is #3EA83C. Grayscale: #828282. Windows color (decimal): -4106301 or 12801985. OLE color: 12801985.

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

Color convert

RGB 193 87 195 -
CMYK 0.01 0.55 0 0.24
HSL 298.89º 0.47% 0.55% -
HSV(B) 298.89º 0.55% 0.76% -
XYZ 35.25 22.09 54.04 -
YUV 131.01 164.12 172.22 -
System Red Green Blue C M Y K H S L
Decimal 193 87 195 0.01 0.55 0 0.24 298.89 0.47 0.55
Hex C1 57 C3 1 37 0 18 12B 2F 37
Octal 301 127 303 1 67 0 30 453 57 67
Binary 11000001 1010111 11000011 1 110111 0 11000 100101011 101111 110111

Color Harmonies of #C157C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C157C3

Black with #C157C3

Text Example


Text Example

White with #C157C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C157C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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