Html Css Color HEX #C571B5 Fuchsia

📋 copy color: '#C571B5'

red 197 ◦ green 113 ◦ blue 181

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

Shades of Fuchsia #C571B5

Tints of Fuchsia #C571B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 36.86%

R = 40.12%
G = 23.01%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C571B5 (or 0xC571B5) is known color: Fuchsia. HEX triplet: C5, 71 and B5. RGB value is (197,113,181). Sum of RGB (Red+Green+Blue) = 197+113+181=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 113 (44.53% from 255 or 23.01% from 491); Blue value is 181 (71.09% from 255 or 36.86% from 491); Max value from RGB is 197 - color contains mainly: red. Hex color #C571B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C571B5 is #3A8E4A. Grayscale: #919191. Windows color (decimal): -3837515 or 11891141. OLE color: 11891141.

HSL color Cylindrical-coordinate representation of color #C571B5: hue angle of 311.43º 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 #C571B5 is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 113 181 -
CMYK 0 0.43 0.08 0.23
HSL 311.43º 0.42% 0.61% -
HSV(B) 311.43º 0.43% 0.77% -
XYZ 37.27 27.02 46.97 -
YUV 145.87 147.83 164.47 -
System Red Green Blue C M Y K H S L
Decimal 197 113 181 0 0.43 0.08 0.23 311.43 0.42 0.61
Hex C5 71 B5 0 2B 8 17 137 2A 3D
Octal 305 161 265 0 53 10 27 467 52 75
Binary 11000101 1110001 10110101 0 101011 1000 10111 100110111 101010 111101

Color Harmonies of #C571B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C571B5

Black with #C571B5

Text Example


Text Example

White with #C571B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C571B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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