Html Css Color HEX #C571BB Fuchsia

📋 copy color: '#C571BB'

red 197 ◦ green 113 ◦ blue 187

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

Shades of Fuchsia #C571BB

Tints of Fuchsia #C571BB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.74%

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

R = 39.64%
G = 22.74%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C571BB (or 0xC571BB) is known color: Fuchsia. HEX triplet: C5, 71 and BB. RGB value is (197,113,187). Sum of RGB (Red+Green+Blue) = 197+113+187=497 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.64% from 497); Green value is 113 (44.53% from 255 or 22.74% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 197 - color contains mainly: red. Hex color #C571BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C571BB is #3A8E44. Grayscale: #929292. Windows color (decimal): -3837509 or 12284357. OLE color: 12284357.

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

Color convert

RGB 197 113 187 -
CMYK 0 0.43 0.05 0.23
HSL 307.14º 0.42% 0.61% -
HSV(B) 307.14º 0.43% 0.77% -
XYZ 37.9 27.27 50.28 -
YUV 146.55 150.83 163.98 -
System Red Green Blue C M Y K H S L
Decimal 197 113 187 0 0.43 0.05 0.23 307.14 0.42 0.61
Hex C5 71 BB 0 2B 5 17 133 2A 3D
Octal 305 161 273 0 53 5 27 463 52 75
Binary 11000101 1110001 10111011 0 101011 101 10111 100110011 101010 111101

Color Harmonies of #C571BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C571BB

Black with #C571BB

Text Example


Text Example

White with #C571BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C571BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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