Html Css Color HEX #C157CA Fuchsia

📋 copy color: '#C157CA'

red 193 ◦ green 87 ◦ blue 202

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

Shades of Fuchsia #C157CA

Tints of Fuchsia #C157CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.91%

R = 40.04%
G = 18.05%
B = 41.91%

CMYK

 C value IS 0.04

 M value IS 0.57

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C157CA (or 0xC157CA) is known color: Fuchsia. HEX triplet: C1, 57 and CA. RGB value is (193,87,202). Sum of RGB (Red+Green+Blue) = 193+87+202=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 87 (34.38% from 255 or 18.05% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #C157CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C157CA is #3EA835. Grayscale: #838383. Windows color (decimal): -4106294 or 13260737. OLE color: 13260737.

HSL color Cylindrical-coordinate representation of color #C157CA: hue angle of 295.3º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C157CA is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 193 87 202 -
CMYK 0.04 0.57 0 0.21
HSL 295.3º 0.52% 0.57% -
HSV(B) 295.3º 0.57% 0.79% -
XYZ 36.06 22.42 58.3 -
YUV 131.8 167.62 171.65 -
System Red Green Blue C M Y K H S L
Decimal 193 87 202 0.04 0.57 0 0.21 295.3 0.52 0.57
Hex C1 57 CA 4 39 0 15 127 34 39
Octal 301 127 312 4 71 0 25 447 64 71
Binary 11000001 1010111 11001010 100 111001 0 10101 100100111 110100 111001

Color Harmonies of #C157CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C157CA

Black with #C157CA

Text Example


Text Example

White with #C157CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C157CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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