Html Css Color HEX #C557CA Fuchsia

📋 copy color: '#C557CA'

red 197 ◦ green 87 ◦ blue 202

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

Shades of Fuchsia #C557CA

Tints of Fuchsia #C557CA

RGB

 RED value IS 197 (77.34% from 255) = 40.53%

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

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

R = 40.53%
G = 17.9%
B = 41.56%

CMYK

 C value IS 0.02

 M value IS 0.57

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C557CA (or 0xC557CA) is known color: Fuchsia. HEX triplet: C5, 57 and CA. RGB value is (197,87,202). Sum of RGB (Red+Green+Blue) = 197+87+202=486 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.53% from 486); Green value is 87 (34.38% from 255 or 17.90% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 202 - color contains mainly: blue. Hex color #C557CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C557CA is #3AA835. Grayscale: #848484. Windows color (decimal): -3844150 or 13260741. OLE color: 13260741.

HSL color Cylindrical-coordinate representation of color #C557CA: hue angle of 297.39º 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 #C557CA is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 197 87 202 -
CMYK 0.02 0.57 0 0.21
HSL 297.39º 0.52% 0.57% -
HSV(B) 297.39º 0.57% 0.79% -
XYZ 37.09 22.95 58.35 -
YUV 133 166.94 173.65 -
System Red Green Blue C M Y K H S L
Decimal 197 87 202 0.02 0.57 0 0.21 297.39 0.52 0.57
Hex C5 57 CA 2 39 0 15 129 34 39
Octal 305 127 312 2 71 0 25 451 64 71
Binary 11000101 1010111 11001010 10 111001 0 10101 100101001 110100 111001

Color Harmonies of #C557CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C557CA

Black with #C557CA

Text Example


Text Example

White with #C557CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C557CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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