Html Css Color HEX #C573B6 Fuchsia

📋 copy color: '#C573B6'

red 197 ◦ green 115 ◦ blue 182

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

Shades of Fuchsia #C573B6

Tints of Fuchsia #C573B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 36.84%

R = 39.88%
G = 23.28%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C573B6 (or 0xC573B6) is known color: Fuchsia. HEX triplet: C5, 73 and B6. RGB value is (197,115,182). Sum of RGB (Red+Green+Blue) = 197+115+182=494 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.88% from 494); Green value is 115 (45.31% from 255 or 23.28% from 494); Blue value is 182 (71.48% from 255 or 36.84% from 494); Max value from RGB is 197 - color contains mainly: red. Hex color #C573B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C573B6 is #3A8C49. Grayscale: #929292. Windows color (decimal): -3837002 or 11957189. OLE color: 11957189.

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

Color convert

RGB 197 115 182 -
CMYK 0 0.42 0.08 0.23
HSL 310.98º 0.41% 0.61% -
HSV(B) 310.98º 0.42% 0.77% -
XYZ 37.6 27.51 47.58 -
YUV 147.16 147.67 163.55 -
System Red Green Blue C M Y K H S L
Decimal 197 115 182 0 0.42 0.08 0.23 310.98 0.41 0.61
Hex C5 73 B6 0 2A 8 17 137 29 3D
Octal 305 163 266 0 52 10 27 467 51 75
Binary 11000101 1110011 10110110 0 101010 1000 10111 100110111 101001 111101

Color Harmonies of #C573B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C573B6

Black with #C573B6

Text Example


Text Example

White with #C573B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C573B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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