Html Css Color HEX #C557BB Fuchsia

📋 copy color: '#C557BB'

red 197 ◦ green 87 ◦ blue 187

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

Shades of Fuchsia #C557BB

Tints of Fuchsia #C557BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.7%

R = 41.83%
G = 18.47%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C557BB (or 0xC557BB) is known color: Fuchsia. HEX triplet: C5, 57 and BB. RGB value is (197,87,187). Sum of RGB (Red+Green+Blue) = 197+87+187=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 87 (34.38% from 255 or 18.47% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 197 - color contains mainly: red. Hex color #C557BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C557BB is #3AA844. Grayscale: #838383. Windows color (decimal): -3844165 or 12277701. OLE color: 12277701.

HSL color Cylindrical-coordinate representation of color #C557BB: hue angle of 305.45º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C557BB is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 87 187 -
CMYK 0 0.56 0.05 0.23
HSL 305.45º 0.49% 0.56% -
HSV(B) 305.45º 0.56% 0.77% -
XYZ 35.4 22.27 49.45 -
YUV 131.29 159.44 174.87 -
System Red Green Blue C M Y K H S L
Decimal 197 87 187 0 0.56 0.05 0.23 305.45 0.49 0.56
Hex C5 57 BB 0 38 5 17 131 31 38
Octal 305 127 273 0 70 5 27 461 61 70
Binary 11000101 1010111 10111011 0 111000 101 10111 100110001 110001 111000

Color Harmonies of #C557BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C557BB

Black with #C557BB

Text Example


Text Example

White with #C557BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C557BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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