Html Css Color HEX #C573BE Fuchsia

📋 copy color: '#C573BE'

red 197 ◦ green 115 ◦ blue 190

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

Shades of Fuchsia #C573BE

Tints of Fuchsia #C573BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.85%

R = 39.24%
G = 22.91%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C573BE (or 0xC573BE) is known color: Fuchsia. HEX triplet: C5, 73 and BE. RGB value is (197,115,190). Sum of RGB (Red+Green+Blue) = 197+115+190=502 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.24% from 502); Green value is 115 (45.31% from 255 or 22.91% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 197 - color contains mainly: red. Hex color #C573BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C573BE is #3A8C41. Grayscale: #939393. Windows color (decimal): -3836994 or 12481477. OLE color: 12481477.

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

Color convert

RGB 197 115 190 -
CMYK 0 0.42 0.04 0.23
HSL 305.12º 0.41% 0.61% -
HSV(B) 305.12º 0.42% 0.77% -
XYZ 38.45 27.85 52.06 -
YUV 148.07 151.67 162.9 -
System Red Green Blue C M Y K H S L
Decimal 197 115 190 0 0.42 0.04 0.23 305.12 0.41 0.61
Hex C5 73 BE 0 2A 4 17 131 29 3D
Octal 305 163 276 0 52 4 27 461 51 75
Binary 11000101 1110011 10111110 0 101010 100 10111 100110001 101001 111101

Color Harmonies of #C573BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C573BE

Black with #C573BE

Text Example


Text Example

White with #C573BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C573BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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