Html Css Color HEX #C573B1 Fuchsia

📋 copy color: '#C573B1'

red 197 ◦ green 115 ◦ blue 177

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

Shades of Fuchsia #C573B1

Tints of Fuchsia #C573B1

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.52%

 BLUE value IS 177 (69.53% from 255) = 36.2%

R = 40.29%
G = 23.52%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C573B1 (or 0xC573B1) is known color: Fuchsia. HEX triplet: C5, 73 and B1. RGB value is (197,115,177). Sum of RGB (Red+Green+Blue) = 197+115+177=489 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.29% from 489); Green value is 115 (45.31% from 255 or 23.52% from 489); Blue value is 177 (69.53% from 255 or 36.20% from 489); Max value from RGB is 197 - color contains mainly: red. Hex color #C573B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C573B1 is #3A8C4E. Grayscale: #929292. Windows color (decimal): -3837007 or 11629509. OLE color: 11629509.

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

Color convert

RGB 197 115 177 -
CMYK 0 0.42 0.10 0.23
HSL 314.63º 0.41% 0.61% -
HSV(B) 314.63º 0.42% 0.77% -
XYZ 37.09 27.31 44.91 -
YUV 146.59 145.17 163.96 -
System Red Green Blue C M Y K H S L
Decimal 197 115 177 0 0.42 0.10 0.23 314.63 0.41 0.61
Hex C5 73 B1 0 2A A 17 13B 29 3D
Octal 305 163 261 0 52 12 27 473 51 75
Binary 11000101 1110011 10110001 0 101010 1010 10111 100111011 101001 111101

Color Harmonies of #C573B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C573B1

Black with #C573B1

Text Example


Text Example

White with #C573B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C573B1; }

 p { color: rgb(197,115,177); }

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

background-color css

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

 a { background-color: rgb(197,115,177); }

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

border-color css

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

 span { border-color: rgb(197,115,177); }

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