Html Css Color HEX #C157CB Fuchsia

📋 copy color: '#C157CB'

red 193 ◦ green 87 ◦ blue 203

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

Shades of Fuchsia #C157CB

Tints of Fuchsia #C157CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.03%

R = 39.96%
G = 18.01%
B = 42.03%

CMYK

 C value IS 0.05

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C157CB (or 0xC157CB) is known color: Fuchsia. HEX triplet: C1, 57 and CB. RGB value is (193,87,203). Sum of RGB (Red+Green+Blue) = 193+87+203=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 87 (34.38% from 255 or 18.01% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 203 - color contains mainly: blue. Hex color #C157CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C157CB is #3EA834. Grayscale: #838383. Windows color (decimal): -4106293 or 13326273. OLE color: 13326273.

HSL color Cylindrical-coordinate representation of color #C157CB: hue angle of 294.83º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C157CB is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 87 203 -
CMYK 0.05 0.57 0 0.20
HSL 294.83º 0.53% 0.57% -
HSV(B) 294.83º 0.57% 0.8% -
XYZ 36.18 22.47 58.93 -
YUV 131.92 168.12 171.57 -
System Red Green Blue C M Y K H S L
Decimal 193 87 203 0.05 0.57 0 0.20 294.83 0.53 0.57
Hex C1 57 CB 5 39 0 14 127 35 39
Octal 301 127 313 5 71 0 24 447 65 71
Binary 11000001 1010111 11001011 101 111001 0 10100 100100111 110101 111001

Color Harmonies of #C157CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C157CB

Black with #C157CB

Text Example


Text Example

White with #C157CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C157CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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